Posts

Post not yet marked as solved
2 Replies
I'm also having this issue. In Apple Development Portal, I can only enable capabilities. If the entitlement is not covered by any capability, I don't see a way to add. As a result, I cannot create provisioning profile of app with the entitlement. Have you found a way to work around this?
Post not yet marked as solved
7 Replies
Purchasing a subscription would update the app's receipt in the iTunes account. Another iTunes account's receipt of the same app should be different. If I store the receipt in my app's database, it should be similar to linking the app's account to the iTunes account. In other words, I'd check the database's copy of receipt and iTunes account's copy of receipt to determine if the iTunes account is changed.
Post not yet marked as solved
7 Replies
Thanks KMT and PBK. This is given as an requirement to prevent confusions. I guess we're not so strict on running on multiple devices.If I keep the current receipt on a server, can I check by comparing with the receipt I get from current iTunes user?