transistorsoft / react-native-background-geolocation

Sophisticated, battery-conscious background-geolocation with motion-detection
http://shop.transistorsoft.com/pages/react-native-background-geolocation
MIT License
2.54k stars 424 forks source link

Describing use of required reason for specific iOS APIs leveraged #2005

Open GuptaAman08 opened 2 weeks ago

GuptaAman08 commented 2 weeks ago

Your Environment

Are there any specific changes that need to be performed from your library integration standpoint on our side? I am trying to gauge any action items on our end so that no failure happens at the time of deployment.

christocracy commented 2 weeks ago

I’m well aware of the new Privacy Manifest.

See the updated iOS Setup Instructions linked in the readme.

GuptaAman08 commented 2 weeks ago

Hi Chris, I read the apple doc for the required reasons API and the integration steps you mentioned in your ReadMe.

But, I had a doubt here on the integration front, the stuff I need to do as mentioned in the link. As per apple all these integrations needs to be done on the third party SDK side which actually uses the API and not in the App. So, don't you think this should be present in your library?

image

Please correct me if I am wrong !!

GuptaAman08 commented 1 week ago

Hi @christocracy , any comment on the above ??