dji-sdk / Mobile-SDK-iOS

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

Using DJI Fly app and MobileSDK together #431

Closed ngeri closed 3 years ago

ngeri commented 3 years ago

Dear Team,

I am trying to use the DJI Mobile SDK to gather some data from the drone but I want to use the DJI Fly app to fly the drone. So the question is that is it possible to connect to the drone (through the RC or any other method) with my mobile app parallel to the DJI Fly app? As far as I see when I call DJISDKManager.startConnectionToProduct() and the connection established the DJI Fly app loses the connection to the RC.

Could you help on this?

dji-dev commented 3 years ago

Agent comment from William Wong in Zendesk ticket #43005:

Dear Client Thank you for contacting DJI.

You can seen the Mobile SDK app is another Fly app. It is impossible to run MSDK app parallel to the DJI FLY App. A drone can only be connected with one app at each time.

Hopefully our solution can help you. Kindly Regards, DJI Developer Support

ngeri commented 3 years ago

Thank you for your response!