Local Data Mode (LDM) new requirements
CompletedHello DJI Developer Support!
We experienced similar issue as described in this Github issue, i.e. LDM now crashes if LDMManager.getInstance().enableLDM is called before calling SDKManager.init() since MSDK version 5.5.
Comments:
- The official SDK docs for enableLDM are now misleading.
- We reckon this means that now the following DJI server endpoint will get called at least once after fresh install: https://dev.dji.com/sdk?app_key=our_app_key?
We've clients that are very security conscious and would prefer to not have any single call outside of their environment. Is there any other way to prevent a call like this?
-
Hello DJI Developer Support!
Just tested it, calling init function indeed does not trigger any server call. Calling enableLDM in the onInitProcess sets the local data mode successfully so that registerApp does not call DJI server.
Please sign in to leave a comment.
Comments
3 comments