DJIUASRemoteIDManager class was added in the 4.16.2 release for Remote ID compliance.
Could you please explain what should I do in my app to comply with this regulation rules?
Is it enough just to update my app with the latest iOS SDK 4.16.2 ?
Should I add some UI inside my app for users to be able to set area code with DJIUASRemoteIDManager.setAreaCode method and show them remoteIDStatus from DJIUASRemoteIDManagerDelegate?
Make sure your app has a permission to read the current location of the iOS device.
Make sure your app is running at foregournd.
The above 3 steps are enough. The DJIUASRemoteIDManager.setAreaCode will return the meesages the aircraft is sending on that area. It just help you to print the relevant information on your app. The RID function itself is embedded in firmware. SDK just gathering the broadcasting messages.
DJIUASRemoteIDManager class was added in the 4.16.2 release for Remote ID compliance.
Could you please explain what should I do in my app to comply with this regulation rules?
Or is something else required?