将通配符绑定标识符转换为单个ID [英] Converting wildcard bundle identifier to single ID

查看:241
本文介绍了将通配符绑定标识符转换为单个ID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在应用商店中有一个使用通配符绑定标识符的应用。我想实现应用内购买,这需要一个非通配符ID。如何将现有应用的通配符ID转换为静态ID以进行应用内购买和推送通知?

I have an app in the app store that uses a wildcard bundle identifier. I want to implement in-app purchashing , which requires a non wildcard ID. How do I convert the wildcard ID of an existing app to a static ID for in-app purchase and push notification?

推荐答案

应用程序的捆绑标识符在更新之间必须始终保持不变,但AppID实际上可能不同。因此,您所需要做的就是创建一个新的AppID,它使用与原始应用相同的捆绑标识符,而不是通配符。

The bundle identifier for an app must always remain the same between updates, but the AppID can actually be different. So all you need to do is create a new AppID that used the same bundle identifier as the original app instead of a wild card.

使用通配符的应用程序仍需要正常捆绑标识符。通配符AppID允许您使用任何您喜欢的包标识符,但它仍然需要一个。

Apps that use a wildcard still need a normal bundle identifier. The wildcard AppID lets you use any bundle identifier you like, but it still needs one.

http://developer.apple.com/library/ios/#qa/qa1713/_index.html
https://developer.apple.com/library/ios/#technotes/ tn2259 / _index.html

这篇关于将通配符绑定标识符转换为单个ID的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆