Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 iPhone 应用程序在服务器上进行了一些处理,我将 url 保存在核心数据数据库中,这样每次运行应用程序时,我都可以从数据库中读取 url 值。
我的问题是:如果这个 url 值发生变化,我的应用程序将停止工作。如何动态获取 url 值而不将其存储在数据库中,以便在更改 url 时,我的应用程序将继续工作?
您可以从任何服务器获取它,打开NSURLConnection 类引用并阅读响应。所以基本上一开始你的应用程序总是会检查服务器以确保它具有最新的 URL。