Wildcard App IDs for iPhone/iPod Touch Apps

后端 未结 5 1434
谎友^
谎友^ 2020-12-29 10:20

I\'m writing my third app, and I already have an app in the App Store, but I still don\'t get this App ID business.

I created the App IDs for my first two applicatio

5条回答
  •  感情败类
    2020-12-29 10:55

    1. Use wildcard App IDs for development because you only need 1 ID for all apps.
    2. Use Explicit App IDs on production if you need In App Purchase and Apple Push Notification service in your application.

    I would personally always use Explicit App IDs on production because you never know when you will need In-app-purchase or Push Notification in the future. Apple claims though that it is posible to upgrade from wildcard to Explicit App IDs but...

    The link is useful: http://developer.apple.com/library/ios/#qa/qa1713/_index.html

提交回复
热议问题