標籤:
4.5 - Apps using background location services must provide a reason that clarifies the purpose of the use, using mechanisms described in the Human Interface Guidelines
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 the iOS Human 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 並且要配上詳細解說文字但要簡潔,告訴使用者你為什麼要訪問他的位置!
蘋果更新審核要求請參照:https://developer.apple.com/app-store/review/guidelines/#location
需要注意的事項參照:https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/LocationServices.html
iOS 後台定位審核被拒How to clarify the purpose of its use in the locatio