(iphone) 如何在不发布更新的应用程序的情况下更改服务器 IP?

发布于 2024-11-08 15:26:54 字数 198 浏览 0 评论 0原文

我的应用程序与我的服务器通信,当前服务器的 IP 嵌入在客户端应用程序中。

出于任何原因,我可能必须更改服务器的位置(及其 IP)。
在当前设置下,我必须发布嵌入了新服务器 IP 的新版本。

我想我可以获取一个域名并将域名嵌入到应用程序中,这样我就可以动态更改服务器机器(域名固定)。

我还有其他选择吗?

谢谢

My application talks to my server and currently server's ip is embedded in the client application.

For any reason, I might have to change the server's location(and it's ip).
With current setup, I'll have to ship a new version with new server ip embedded.

I guess I could get a domain name and embed the domain name in the app, so that I can dynamically change the server machine(with domain name fixed).

Is there other options I could take?

Thank you

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

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

发布评论

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

评论(1

三生池水覆流年 2024-11-15 15:26:54

绝对应该使用 DNS。获得一个域名,它们非常便宜。

如果出于某种原因你绝对拒绝,你可以设计一种方法向手机发送 IP 更改的推送通知,但如果用户关闭了通知,那么你就不走运了。

You should definitely use DNS. Get a domain name, they are very inexpensive.

If for some reason you absolutely refused, you could devise a way to send a push notification to the phone for IP changes, but if a user has notifications off then you are out of luck.

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