app store approval for location-based app if server has data for only one city

假如想象 提交于 2019-12-13 03:36:04

问题


I've built an app which depends heavily on downloading data from a server. This data only has value within a specific area. The server will only have data for one city to start with (and it's not Cupertino), so unless the app approver person is physically in that city, they'll get no data. (The app still works in this case, but it's terribly uninteresting). Is that grounds for rejection? If not, how would Apple know if the app works or not? TIA, -Mike


回答1:


Ok, now that you've all had a chance to comment, this is what I did to solve this little dilemma. I added a "Drop Pin" feature to allow the user to pretend to go anywhere on the map that they wanted to. Then I just used that lat/lon from the UIMapView to query for data.

Edit:

Here is where you can explain these circumstances to the app review team:

From "App Store Submission Tips - Providing Additional Info for the App Review Process "

If your application requires specific settings, user registrations or account information prior to submission to the App Store, be sure to include that info in the field "Demo Account - Full Access" on iTunes Connect. This is a text field visible only to the App Review team, so the information entered in that field will not be viewable on iTunes to the general public. You can also include general instructions or other relevant information about your application which you think would be useful for the review process.



来源:https://stackoverflow.com/questions/4789216/app-store-approval-for-location-based-app-if-server-has-data-for-only-one-city

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!