soleil
soleil

Reputation: 13085

iOS - two App targets, shared in-app purchases

If I have a both an iPhone and iPad version of an app, can they share in-app purchases? If a user makes a purchase on their iPhone, then downloads the app on an iPad, I need the app to respect the purchase.

I have a lot of artwork files so the app is fairly large, and I'm wondering if separate apps are the way to go in this case, instead of a universal app.

So it is possible to share in-app purchases with two different targets? I have read a few things that mention iCloud in this scenario, but have no idea how that would work.

Upvotes: 0

Views: 272

Answers (1)

Marcelo
Marcelo

Reputation: 9944

No. In-app purchase products are associated with apps bundle IDs. You'd need to go with an universal app.

Upvotes: 1

Related Questions