0

我正在尝试对我的应用程序进行沙盒测试,但是当我在 iOS 设备上单击购买按钮时遇到错误。

这是我在 Xcode 中的控制台输出:

applicationWillResignActive() applicationDidBecomeActive()

2016-07-23 12:52:04.670 MyApp[2429:768800] [ * ERROR * ] SOOMLA SoomlaStore:产品 ID“com.myapp.coin20000”发生错误,代码“0”和描述“错误域 = SKErrorDomain 代码=0 "无法连接到 iTunes Store" UserInfo={NSLocalizedDescription=无法连接到 iTunes Store}"

SOOMLA StoreEvents SOOMLA/UNITY OnUnexpectedStoreError

UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[]) UnityEngine.Debug:Log(Object) Soomla.SoomlaUtils:LogDebug(String, String)

(文件名:/Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp 行:37)

请帮助我确定如何解决此错误。

谢谢!

4

1 回答 1

0

哦!问题解决了。在 itunestore 和 unity 上 Bundel identifire 不匹配。

于 2016-07-29T14:17:00.463 回答