Open mman opened 5 years ago
I would like to second that.
Agree. Remove the imports. Potential fixes:
Thanks for raising this, would someone be able to make a pull request?
+1 Workaround the same as others - added a NSLocationAlwaysUsageDescription string to plist.
Has anyone submitted to App Store with this workaround? Would be good to know if anyone has had success or problems.
And what did you write? Seems most appropriate to write "Not in use", but I can also see how a reviewer could find that string to not be helpful…
I placed a phrase stating that this service is not in use for this. It was accepted without incident after being rejected when I had not filled in the NSLocationAlwaysUsageDescription.
It doesn’t seem to matter. I used the same string as for while app is in use. I like the previous suggestion though of not used on this device.
But doesn't the AppStore add a flag about Location data usage ?
Since couple days ago the App Store Connect turns the app into an invalid binary because the app links against Parse.framework which in turns links agains CoreLocation.framework. Here is the precise wording of the message returned:
It looks like for now you can work around this by adding the related Privacy - Location keys to the
Info.plist
but only time will tell whether this will pass through review.Consider this as a heads up for now.