dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
576 stars 254 forks source link

Add support for privacy manifest #555

Open alessionossa opened 2 months ago

alessionossa commented 2 months ago

During WWDC23 Apple introduced privacy manifests. Starting from today, apps need to declare reason on why they use some APIs. DJI SDK for iOS use some of these APIs (for example, location tracking).

See more at Adding a privacy manifest to your app or third-party SDK - Apple Developer Documentation.