IOS:测试应用程序购买不起作用
我正在为我的应用程序测试应用程序购买。 我在 itunes-connect 中创建了一个应用程序,并为 apppurchase 添加了一个 id,例如:com.mycompany.puzzle.tree,
然后当我尝试我的代码时,我收到了询问我 Apple ID 和密码的警报,但几秒钟后我有了另一个警报说无法连接到苹果商店,为什么?
I'm testing app purchase for my app.
I create an app in itunes-connect and I add an id for apppurchase ex: com.mycompany.puzzle.tree
then when I try my code I have the alert that ask me apple id and password, but aftera a few of seconds I have an other alert that say it's not possible connect to apple store, why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
沙盒环境中似乎存在很多这样的情况。
试试这些:
- 确保您的应用程序包在信息 plist 中设置了版本号
- 创建一个新的沙箱用户
There seems to be a lot of this going around in the sandbox environment.
Try these:
- Make sure your app bundle has a version number set in the info plist
- Create a new sandbox user
测试帐户已过期。
The test account was expired .