(iphone) 如何在不发布更新的应用程序的情况下更改服务器 IP?
我的应用程序与我的服务器通信,当前服务器的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您绝对应该使用 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.