Skip to main content

Initially, I created two apps in one project (Project A).
However, I didn't feel comfortable splitting the data exactly how I wanted it in the dashboard, so I created a new project (Project 😎 to split it up, 

try await Purchases.shared.syncPurchases()
to migrate them.

Initially, this seemed to work well, but Project A still had the customer's information. How can we fix this?
 

Hey ​@leedi-7d9952!

Do you mean that the customer still exists in Project A or that the customer’s updates are still being reflected in Project A?

If it’s the first, then this seems expected - you can go ahead and delete the customer from that project if you’re certain that they are only accessing one specific app and not the other. 

If it’s the latter, can you ensure that you’ve updated the API key to the one that was generated when you created the new project?


Reply