Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2017.4.X, 2018.2.X
Votes
0
Found in
Issue ID
1076345
Regression
No
[iOS] Update Location Service API According to the new App Store Guidelines (apps will be rejected starting spring 2019)
We need to add 3 new location usage descriptors in Info.plist
1 NSLocationWhenInUseUsageDescription / @selector(requestWhenInUseAuthorization)
2 NSLocationAlwaysUsageDescription / @selector(requestAlwaysAuthorization)
3 NSLocationAlwaysAndWhenInUseUsageDescription
Also we probably need strip remove Location API imp. in iPhone_Sensors.mm (similarly as we now do for remote notifications) if it's not used in the project, as it seems that Apple will start requiring usage descriptors even if the Location API is not actually used in the project.
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
- New Artifact generated for Video when reimporting with identical settings
- “ArgumentOutOfRangeException: Length cannot be less than zero.“ error or “NullReferenceException: Object reference not set to an instance of an object“ error is thrown when CoreUnsafeUtils.FixedBufferStringQueue reads out of bounds
- URPPreprocessBuild.OnPostProcessBuild is never executed when building the Player
jackpotrising
May 03, 2019 03:10
This is not fixed. Where in Unity do we set these? They are not in the same spot as the others!
marcinzmijewski
Apr 01, 2019 09:53
In which version it is solved?
How to use it?