美文网首页
iOS后台定位

iOS后台定位

作者: 羊妞麻麻 | 来源:发表于2017-11-14 16:40 被阅读46次

app提审后,失败。内容如下:

2017年11月4日 上午7:15
发件人 Apple

  1. 4 Performance: Hardware Compatibility
  2. 1.5 Legal: Privacy - Location Services
    Guideline 2.4.1 - Performance - Hardware Compatibility

We noticed that your app did not run or display as expected when viewed on iPad running iOS 11.1. Please see attached screenshots for details.

Next Steps

To resolve this issue, please revise your app to ensure it runs as expected and displays properly at iPhone resolution on iPad. Even if your app was developed specifically for iPhone, users should still be able to use your app on iPad.

Resources

For information on iOS device screen sizes and resolutions, please review the iOS Human Interface Guidelines as well as Points versus Pixels in the View Programming Guide for iOS.

You may also want to view Size Classes and Core Components for more information about designing apps for multiple screen sizes.

Guideline 5.1.5 - Legal - Privacy - Location Services

Your app uses background location services but does not clarify the purpose of its use in the location modal alert as required in the iOS Human Interface Guidelines.

Please see attached screenshots for details.

Next Steps

To resolve this issue, please revise the NSLocationAlwaysUsageDescription value in the Info.plist to specify the intended purpose of using the user's location while the app is in the background.

Resources

For additional information and instructions on configuring and presenting an alert, please review the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference.

其中一个问题是关于
为了解决这个问题,请修改NSLocationAlwaysUsageDescription价值信息。在应用程序处于后台时,plist指定使用用户位置的预期目的。

iOS11以后,需要针对iOS后台定位做如下处理:
https://www.cnblogs.com/reyalPDC/p/6382938.html

相关文章

  • IOS后台定位以及位置上传方案

    IOS后台定位以及位置上传方案 iOS定位原理和使用建议 iOS后台持续定位并定时上传 iOS 通过定位获取常驻后...

  • iOS 后台定位

    后台定位实现步骤:(涉及类CLLocationManager) 1.使用API:-requestAlwaysAut...

  • iOS后台定位

    app提审后,失败。内容如下: 2017年11月4日 上午7:15发件人 Apple 4 Performance:...

  • iOS 后台定位

    苹果对iOS的规范性在提升了app的品质的同时也带来了对开发者的限制。翻阅了各种官方文档和资料,得出结论如下:1、...

  • 地图定位笔记

    iOS8.0之前前台定位 iOS8.0之后的前后台定位 前台定位设置如下,做版本判断.iOS8之前与之后有两个变化...

  • iOS定位和地图

    一.定位 1.iOS8以后前台定位 A.代码 B.配置信息Info.plist 2.iOS8以后后台定位 A.代码...

  • IOS 后台定位上传

    APP开发中经常需要使用到后台定位上传功能,在IOS中可通过CLLocationManage类来实现。其中后台定位...

  • iOS 后台持续定位

    在日常的工作开发中,有时会遇到需要在后台持续运行的需求。对于这个需求,安卓实现起来比较简单,而iOS来说就比较复杂...

  • IOS后台持续定位

    因为业务需求,项目需要一直定位物流司机位置。主要难点就是APP最小化进入后台,自动被系统挂起,定位停止。 网上找了...

  • iOS后台持续定位

    继之前的后台播放音频,后台下载,再来一发后台持续定位的实现。流程差不多:1.开去后台模式: 2.在plist中加入...

网友评论

      本文标题:iOS后台定位

      本文链接:https://www.haomeiwen.com/subject/cvsfvxtx.html