美文网首页
APP内包含定位导致APP上架不成功解决方法

APP内包含定位导致APP上架不成功解决方法

作者: shalapovar | 来源:发表于2016-06-12 12:08 被阅读36次

    4.5 Details

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

    We’ve attached screenshot(s) for your reference.

    Next Steps

    Please reconfigure theUIAlertControllerStyleAlertin your code and specify the intended purpose of using background location in its message field.

    出现这个被拒的问题!我的解决方案是在 in info.plist文件里面增加

    NSLocationAlwaysUsageDescription 并且要配上详细说明文字但要简洁,告诉用户你为什么要访问他的位置!

    相关文章

      网友评论

          本文标题:APP内包含定位导致APP上架不成功解决方法

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