-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registration Error #525
Comments
If you are using iOS Sample, you must make usre the bundle identifier of your app is the same as the one you have applied for the app key. |
Could an error occur due to the difference between '_' and '-'? |
Of course, normally we are using '_'. |
Does that mean an error occurs? |
I think it is better that you uploaded some screenshot for me to check what is the issue. I need the bundle identifier you applied for on our developer website and the one in your project. |
Should I download the dji mobile sdk file from github and edit the key value and bundle identifier value when running the sample project? |
If you have downloaded the iOS MSDK Sample, you need to re-apply a new appkey with a bundle identifier that is identical with the Sample project. And then, you copy the appkey into your Sample project. |
Where do you apply it? |
Don't modify the Bundle Identifier, you need to modify the DJISDKAppKey. You can apply the appkey from here. |
In the case of the sample project, it means that only the Appkey is changed. |
In your case of your own development, when you create your own project. The bundle identifier will be your projects, so you just apply an appkey according to what is your IDE generated. |
Error Domain=DJISDKRegistration-ErrorDomain Code=-5
"The bundle identifier of your app should be identical to the one you registered on the website.(code:-5)"
The text was updated successfully, but these errors were encountered: