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.
我会创建一个带有地理围栏的 iOS 应用程序。
我可以通过后台 Apple 服务器向该应用程序发送新的地理围栏点列表,还是必须启动该应用程序以更新其点列表?更容易的是,我可以从外部服务器更改地理围栏点而不启动应用程序吗?
非常感谢你。
此致
假设您的应用程序不使用任何可用的后台模式,则您无法远程更改它们。推送通知由操作系统接收并显示,只有打开它们才会触发您的应用程序加载和执行您的代码。