开发者

In App Purchase Content for a Different App

开发者 https://www.devze.com 2023-03-05 22:11 出处:网络
I currently h开发者_如何转开发ave an app that is divided into multiple apps.I\'d like to combine them all into a single application with the ability to use In App purchasing to download the parts curr

I currently h开发者_如何转开发ave an app that is divided into multiple apps. I'd like to combine them all into a single application with the ability to use In App purchasing to download the parts currently held in multiple apps. Is there a way that I can allow people who currently own the individual apps to somehow make an In App purchase that unlocks the parts in the single app?


The most obvious solution is to use a web server holding user accounts and in-app purchases. If you require an offline solution, I will suggest you to use iCloud Keychain, you can mark your apps sharing the same keychain in XCode.

To enable keychain sharing: -Select the target in XCode -Go to capabilities -Enable keychain sharing -Add a group with same name for all apps.

After all your apps will be able to reach this shared data.

If you are not familiar with keychain this tutorial will be a good start. Keychain is not that complicated.

EDIT: woops didn't even notice I'm answering a 3 year old question.

0

精彩评论

暂无评论...
验证码 换一张
取 消