Closed rayw-dronesense closed 1 year ago
Agent comment from yating.liao in Zendesk ticket #87189:
Starting from version 5.5, there is a requirement for using a specific order. You will need to call the LDM-related interfaces after calling SDKManager.init.
If you have any further questions or need assistance, please feel free to let me know.
°°°
Environment
Aircraft: DJI Mini 3
Controller: DJI RC-N1
Phone: Samsung Galaxy Z Flip4 (Android 13, OneUI 5.1)
MSDK Version: V5.5
Steps to reproduce
LDMManager.getInstance().loadLocalLDMLicenseContent(ldmkey)
BEFOREcalling SDKManager.init()
Expected behavior
Local Data Mode must be usable WITHOUT having to call
SDKManager.init()
first, just like in previous MSDK releases. Otherwise, this would violate customers' network policies.