ios how can I deselect game center and in-app-purchase when I try to register my app

HelenaM picture HelenaM · Apr 9, 2013 · Viewed 13.9k times · Source

I'm trying to register my app in the apple developer portal but there you can select the services your app is going to be using. by my problem is I'm not going to be using:"game center" or "in-app-purchase". How can I deselect those?

enter image description here

I'll really appreciate your help.

Answer

Mustafa Ahmed picture Mustafa Ahmed · Apr 10, 2013

Use Wildcard App ID

As indicated in the Registering an App ID page:

App ID Suffix

Explicit App ID

If you plan to incorporate app services such as Game Center, In-App Purchase, Data Protection, and iCloud, or want a provisioning profile unique to a single app, you must register an explicit App ID for your app.

To create an explicit App ID, enter a unique string in the Bundle ID field. This string should match the Bundle ID of your app.

Wildcard App ID

This allows you to use a single App ID to match multiple apps. To create a wildcard App ID, enter an asterisk (*) as the last digit in the Bundle ID field.

enter image description here