如果服务器只有一个城市的数据,应用商店会批准基于位置的应用

发布于 2024-10-14 16:34:03 字数 183 浏览 3 评论 0原文

我构建了一个应用程序,该应用程序很大程度上依赖于从服务器下载数据。该数据仅在特定区域内有价值。服务器一开始只会有一个城市的数据(而且不是库比蒂诺),因此除非应用程序审批者实际位于该城市,否则他们将不会获得任何数据。 (在这种情况下,该应用程序仍然可以工作,但它非常无趣)。这是拒绝的理由吗?如果没有,苹果如何知道该应用程序是否有效? 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

金兰素衣 2024-10-21 16:34:03

好吧,现在你们都有机会发表评论了,这就是我为解决这个小难题所做的。
我添加了“Drop Pin”功能,允许用户假装前往地图上他们想去的任何地方。然后我只是使用 UIMapView 中的纬度/经度来查询数据。

编辑:

您可以在此处向应用程序审核团队解释这些情况:

来自 "App商店提交提示 - 为应用程序审核流程提供附加信息

如果您的应用程序在提交到 App Store 之前需要特定设置、用户注册或帐户信息,请务必在 iTunes Connect 上的“演示帐户 - 完全访问权限”字段中包含该信息。这是一个仅对应用程序审核团队可见的文本字段,因此公众无法在 iTunes 上查看该字段中输入的信息。您还可以添加有关您的申请的一般说明或您认为对审核过程有用的其他相关信息。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文