简体   繁体   English

解析服务器托管在 heroku Apple 拒绝上

[英]Parse server hosted on heroku Apple rejection

I have an app using parse server that is hosted on heroku.我有一个使用在 heroku 上托管的解析服务器的应用程序。 Apple rejected my app saying that it crashes on IPv6 network. Apple 拒绝了我的应用程序,说它在 IPv6 网络上崩溃了。 I checked the url to the server on http://ready.chair6.net and it is indeed not compatible.我在http://ready.chair6.net上检查了服务器的 url,它确实不兼容。 Please help!!!请帮忙!!! What are possible solutions?有哪些可能的解决方案? parse.com is shutting down in 4 days and I need this migration to take place. parse.com 将在 4 天内关闭,我需要进行此迁移。 Any advice is greatly appreciated.任何意见是极大的赞赏。

This isn't related to Parse Server, Heroku or Apple requiring IPv6 since many iOS apps are using Parse Server on Heroku successfully.这与需要 IPv6 的 Parse Server、Heroku 或 Apple 无关,因为许多 iOS 应用程序都成功地在 Heroku 上使用 Parse Server。 More information here: More information on "Apple has rejected my application because Heroku does not support IPv6"此处的更多信息: 有关“Apple 已拒绝我的申请,因为 Heroku 不支持 IPv6”的更多信息

We recommend that you check out how your app manages it's networking and network requests, and then clarify the particular points with Apple if necessary.我们建议您检查您的应用程序如何管理它的网络和网络请求,然后在必要时向 Apple 澄清特定要点。 Note that using domain name-based resolution is almost always preferred over a static IP address, the latter of which being the most common failure we've seen with App Store submissions.请注意,使用基于域名的解析几乎总是优于静态 IP 地址,后者是我们在 App Store 提交中看到的最常见的失败。

I would investigate how you've configured networking in your application.我将调查您如何在应用程序中配置网络。 If you've signed up for Cloudflare , you can have it proxy some of IPv6 traffic to Heroku in the settings panel as a last resort.如果您已注册Cloudflare ,作为最后的手段,您可以让它在设置面板中将部分 IPv6 流量代理到 Heroku。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM