NickChandarana
NickChandarana

Reputation: 11

Issue with DJI SDK

I have downloaded the GEO system application code and also registred our app to the DJI Developer Program have have changed the app key into code but the SDK is still not connecting.

It is showing an error every time we start the mission and stop mission. Is there anything which I also need to test.

Any ideas what I need to run this application into the device and test it with?

Please find the screenshot of the error attached.

error screenshot

Upvotes: 1

Views: 321

Answers (2)

Oliver Ou
Oliver Ou

Reputation: 357

I guess you haven't connected the DJI Product with the GEODemo application successfully, since I saw the Mode, Speed, Altitude data on the top in the screenshot are still not valid data. If you are using iOS 10, please try to enable the Data Protection in your Xcode project and try again, check this FAQ

Hope this help!

Upvotes: 2

Pallavi Srikhakollu
Pallavi Srikhakollu

Reputation: 598

I too was facing this issue, this might be related to the mission manager instance. In their new SDK release to use mission manager we have to get its shared instance we can not create out own . You can look at this thread http://forum.dev.dji.com/thread-32614-1-1.html. Hope this solve your problem.

Upvotes: 0

Related Questions