简体   繁体   English

iOS:使用位置服务阻止内容和处理应用提交

[英]iOS: Using Location Services to Block Content and Handling App Submission

The app we are working on uses location services to block content if you are not located in a specific area. 如果您不在特定区域,我们正在开发的应用程序将使用位置服务来阻止内容。 Since this area is not the USA, when the app is submitted, content will be blocked. 由于该地区不在美国,因此在提交应用程序时,内容将被阻止。 What is the recommended approach for submitting the app so that the content will not be blocked. 建议使用什么方法提交应用程序,以免内容被阻止。

Do the Apple testers have a tool to mimic different regions for Location Services and we just need to add notes surrounding this? Apple测试人员是否具有模仿位置服务不同区域的工具,而我们只需要添加注释即可?

OR 要么

Should we to use a remote configuration file that could be used to toggle the acceptable locations while the app goes through the submission process? 在应用程序进行提交过程中,我们是否应该使用可用于切换可接受位置的远程配置文件?

由于甚至iOS模拟器都支持设置自定义地理位置,因此我只需要使用注释来添加有关测试位置的说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM