如果服务器只有一个城市的数据,应用商店会批准基于位置的应用
我构建了一个应用程序,该应用程序很大程度上依赖于从服务器下载数据。该数据仅在特定区域内有价值。服务器一开始只会有一个城市的数据(而且不是库比蒂诺),因此除非应用程序审批者实际位于该城市,否则他们将不会获得任何数据。 (在这种情况下,该应用程序仍然可以工作,但它非常无趣)。这是拒绝的理由吗?如果没有,苹果如何知道该应用程序是否有效? TIA, -麦克风
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,现在你们都有机会发表评论了,这就是我为解决这个小难题所做的。
我添加了“Drop Pin”功能,允许用户假装前往地图上他们想去的任何地方。然后我只是使用 UIMapView 中的纬度/经度来查询数据。
编辑:
您可以在此处向应用程序审核团队解释这些情况:
来自 "App商店提交提示 - 为应用程序审核流程提供附加信息
”
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
"