应用程序购买错误“这不是测试用户帐户”

发布于 2024-10-29 11:32:13 字数 405 浏览 6 评论 0原文

我已经成功实施了应用内购买,99.9% 的用户成功购买了 IAP 产品。但是,一位使用越狱手机的用户会收到以下错误:

This is not a Test User account. Please create a new account in the Sandbox环境:沙箱

我可以向该用户建议什么吗?我不认为所有越狱的 iPhone 都存在这个问题,因为统计上的投诉数量应该会更高。

还有另一个类似问题,但尚不清楚受影响用户的越狱状态。我正在为那些越狱设备用户寻找实际的解决方案(除了建议不要越狱 - 因为这意味着失去业务)。

I've successfully implemented In App Purchasing and 99,9% of the users successfully buy the IAP product. However, one user with a jailbroken phone gets this error:

This is not a Test User account. Please create a new account in the Sandbox environment. Environment: Sandbox

Is there anything I can suggest to this user? I don't think the problem exists for all jailbroken iPhones because the number of complaints should be statistically higher, then.

There's another similar question though it wasn't clear about the jailbreaking status of affected users. I'm searching for an actual solution for those jailbroken device users (other than recommending not to jailbreak - since that'd mean lost business).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

赏烟花じ飞满天 2024-11-05 11:32:13

当越狱设备尝试使用商店时,这种情况时常发生。 Apple 知道该设备不再合法,因此向商店发出的请求处于“测试模式”。

您可以告诉他一些事情:

  • 如果您确定您的应用程序可以与其他越狱一起购买,请隔离他正在使用的并告诉他使用其他越狱,
  • 将他的用户帐户添加为您的列表中的“测试用户”。你不会得到报酬,但你会有一个高兴的客户
  • 告诉他不要越狱他的手机...

可能会向他发送带有他的设备的应用程序版本,并把他视为 QA 测试员。他必须向您发送他的设备 ID,您可以每 3-4 个月为他制作一个特殊版本。

This happens every now and then with jailbroken devices trying to use the store. Apple knows the device is no longer legitimate so the request to the store is in "test mode".

You could tell him a few things:

  • if you're sure you're app can be purchased with other jailbreaks isolate which he's using and tell him to use the other ones
  • add his user account as a "test user" on your list. You won't get paid but you'll have a happy customer
  • tell him not to jailbreak his phone...

Possibly send him a build of the app with his device and consider him a QA tester. He'd have to send you his device id and you could make him a speciL build every 3-4 months.

不必你懂 2024-11-05 11:32:13

我看到一个 YouTube 视频,该视频提出了通过临时替换来解决该问题的解决方案/var/stash/libexec./installd by /var/stash/libexec./installd.new。然而,这种方法使一名用户的手机变砖,因此必须恢复操作系统并再次越狱(至少恢复后IAP可以工作)!我绝对不推荐这个解决方案,但它可能是一些硬核越狱者的最后手段 - 毕竟,越狱者应该知道他们在做什么,对吧?

I came across a how-to YouTube video that proposes a solution for the problem by temporarily replacing /var/stash/libexec./installd by /var/stash/libexec./installd.new. However, this approach bricked the phone of one user so the OS had to be restored and jailbroken again (at least the IAP worked after the restore)! I absolutely don't recommend this solution but it might be a last resort for some hard core jailbreakers - after all, jailbreakers should know what they're doing, right?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文