App ID and Bundle Seed ID in multiple applications with ASPN, InApp Purchase, and other
Posted
by Benny7500
on Stack Overflow
See other posts from Stack Overflow
or by Benny7500
Published on 2010-01-27T10:35:56Z
Indexed on
2010/03/20
6:21 UTC
Read the original article
Hit count: 1009
I will create multiple sale versions of the same application with push notifications feature:
- CoolApp (full version)
- CoolApp Free (free, features limited version)
- CoolApp InApp (free version upgradable to full via InApp Purchase)
While registering for App ID in Apple Program Portal is possible to create "Bundle seed ID": "The Bundle Seed ID portion of your App ID can be utilized to share keychain access between multiple applications you build with a single App ID"
Is possible to create only one App ID, for example: "XDFGYE6TR4.com.company.coolapp" and use it for all three versions of CoolApp, with enabled push notifications and in app purchases?
© Stack Overflow or respective owner