dji-sdk / Mobile-UXSDK-iOS

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.
Other
73 stars 43 forks source link

In version 4.14 DJISDKManager.startListeningOnRegistrationUpdates never receives a callback #94

Closed pskow closed 3 years ago

pskow commented 3 years ago

Hello! When I update from 4.13.1 to 4.14 DJISDKManager.startListeningOnRegistrationUpdates never receives a callback. When I try to change DJISDKAppKey to wrong string it returns error and registered set to false, but when key is correct, there is no callback at all. Please let me know if this issue is reproducible on your end or this is specific to my application. I created empty Xcode project and it works in the same way - previous sdk works, new one does not. Thank you!