沙箱对比生产环境

发布于 2024-10-15 06:36:14 字数 71 浏览 1 评论 0原文

针对生产服务器开发应用程序是完全错误的吗?我知道令牌是不同的,并且沙箱环境中没有那么多服务器。但这不是吗?

干杯

Would it be completly wrong to develop your app against the production servers? I know the token are different and there and not so many servers in the sandbox env. but that't it right?

Cheers

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

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

发布评论

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

评论(2

向日葵 2024-10-22 06:36:14

从技术上讲,Apple 不会阻止您针对生产 APNS 服务器开发应用程序,但不建议这样做。
仅当非常确定不会轰炸生产服务器时才应该这样做。

Technically Apple is not stopping you from developing app against the production APNS servers, but its not recommended.
You should do it only if are very sure that you wont bombard the production servers.

弱骨蛰伏 2024-10-22 06:36:14

我认为问题的一部分是,如果你在一个拥有许多开发人员的团队中工作(其中一些你可能不 100% 信任),你不想让开发人员使用生产证书,这样如果出现问题对于其中之一,他将没有向您的生产客户发送消息所需的数据。

I think part of the issue is that if you work in a team with many developers (some of which you maybe don't trust 100%), You don't want to let the developers use the production certificates so that if things go wrong with one of them he will not have the data required to send messages to you production clients.

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