ios当我尝试注册我的应用程序时,如何取消选择游戏中心和应用程序内购买

时间:2022-12-12 07:11:03

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?

我正在尝试在Apple开发人员门户网站上注册我的应用程序,但您可以选择您的应用程序将要使用的服务。我的问题是我不打算使用:“游戏中心”或“应用内购买”。我该如何取消选择?

ios当我尝试注册我的应用程序时,如何取消选择游戏中心和应用程序内购买

I'll really appreciate your help.

我真的很感谢你的帮助。

3 个解决方案

#1


6  

Use Wildcard App ID

使用通配符应用程序ID

As indicated in the Registering an App ID page:

如注册App ID页面中所示:

App ID Suffix

App ID后缀

Explicit App ID

明确的应用程序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.

如果您计划合并应用程序服务(如游戏中心,应用程序内购买,数据保护和iCloud),或者想要单个应用程序独有的配置文件,则必须为您的应用注册明确的应用程序ID。

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.

要创建显式App ID,请在Bundle ID字段中输入唯一字符串。此字符串应与您应用的Bundle ID匹配。

Wildcard App ID

通配符应用程序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.

这允许您使用单个App ID来匹配多个应用程序。要创建通配符App ID,请在“Bundle ID”字段中输入星号(*)作为最后一位数字。

ios当我尝试注册我的应用程序时,如何取消选择游戏中心和应用程序内购买

#2


4  

I found a way to disable Game Center and In-app purchases, but not sure about the implications and also not sure how long this will work. So use it at your own risk.

我找到了一种方法来禁用游戏中心和应用内购买,但不确定其含义,也不确定这将有多长时间。因此使用它需要您自担风险。

Basically enter an invalid bundle identifier, if you have other identifiers(or something like com.test.test), you can use that and click on Continue. This refreshes the page showing an error, but this also now allows unchecking of Game Center and In-app purchases.

基本上输入无效的包标识符,如果您有其他标识符(或类似com.test.test),您可以使用它并单击继续。这会刷新显示错误的页面,但现在也允许取消选中Game Center和应用内购买。

#3


-3  

You have to "enable restrictions" before you can use them. Disabling in-app purchases is considered a restriction.

您必须先“启用限制”才能使用它们。禁用应用内购买被视为限制。

#1


6  

Use Wildcard App ID

使用通配符应用程序ID

As indicated in the Registering an App ID page:

如注册App ID页面中所示:

App ID Suffix

App ID后缀

Explicit App ID

明确的应用程序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.

如果您计划合并应用程序服务(如游戏中心,应用程序内购买,数据保护和iCloud),或者想要单个应用程序独有的配置文件,则必须为您的应用注册明确的应用程序ID。

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.

要创建显式App ID,请在Bundle ID字段中输入唯一字符串。此字符串应与您应用的Bundle ID匹配。

Wildcard App ID

通配符应用程序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.

这允许您使用单个App ID来匹配多个应用程序。要创建通配符App ID,请在“Bundle ID”字段中输入星号(*)作为最后一位数字。

ios当我尝试注册我的应用程序时,如何取消选择游戏中心和应用程序内购买

#2


4  

I found a way to disable Game Center and In-app purchases, but not sure about the implications and also not sure how long this will work. So use it at your own risk.

我找到了一种方法来禁用游戏中心和应用内购买,但不确定其含义,也不确定这将有多长时间。因此使用它需要您自担风险。

Basically enter an invalid bundle identifier, if you have other identifiers(or something like com.test.test), you can use that and click on Continue. This refreshes the page showing an error, but this also now allows unchecking of Game Center and In-app purchases.

基本上输入无效的包标识符,如果您有其他标识符(或类似com.test.test),您可以使用它并单击继续。这会刷新显示错误的页面,但现在也允许取消选中Game Center和应用内购买。

#3


-3  

You have to "enable restrictions" before you can use them. Disabling in-app purchases is considered a restriction.

您必须先“启用限制”才能使用它们。禁用应用内购买被视为限制。