dji-sdk / Mobile-SDK-iOS

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

Registration Error #526

Open HanJIk opened 2 years ago

HanJIk commented 2 years ago

Error Domain=DJILDMErrorDomainCode=-12005"The certificate for ldm is wrong(code:-12005)" UserInfo={NSLocalizedDe-scription=The certificate for ldm is wrong(code:-12005)}

DJI-William commented 2 years ago

If you are not using LDM, you don't need to worry about this error. Just call a normal register method. You need to make sure you have a public internet access.

HanJIk commented 2 years ago

What does LDM mean?

DJI-William commented 2 years ago

Please read this article, https://sdk-forum.dji.net/hc/en-us/articles/4404611910425-LDM-Introduction

HanJIk commented 2 years ago

Thank you