Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How should DJIUASRemoteIDManager be used by 3d-party developers? #544

Open
YaroTs opened this issue Feb 2, 2023 · 1 comment
Open

How should DJIUASRemoteIDManager be used by 3d-party developers? #544

YaroTs opened this issue Feb 2, 2023 · 1 comment
Assignees

Comments

@YaroTs
Copy link

YaroTs commented Feb 2, 2023

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?

  1. Is it enough just to update my app with the latest iOS SDK 4.16.2 ?
  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?

Or is something else required?

@DJI-William
Copy link

  1. Upgrade your iOS sdk TO 4.16.2.
  2. Make sure your app has a permission to read the current location of the iOS device.
  3. 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.

@DJI-William DJI-William self-assigned this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants