无法使用 DJI iOS SDK 连接到服务器

Unable to connect to server with DJI iOS SDK

我正在尝试 运行 Swift Sample Code project on my iPad. I put in my app key in StartupViewController.swift, made the necessary changes to info.plist as detailed here 并更改应用程序但是当我尝试 运行 应用程序时弹出一个警告框说

Error:The metadata received from server is invalid, please 
reconnect to the server and try.(code:-14)

这是属于 DJI 的服务器的问题还是我遗漏了什么? (是的,我的 iPad 的互联网连接正常)

请确保 bundle id 对于您的应用是唯一的,并且 bundle id/app 组合键已在您的帐户 developer.dji.com

中注册

确保您已经注册了您的应用程序并将您注册的应用程序 ID 放在 viewdidload 中。 -同样在 info.plist 中,您为使用的 dji 协议制作了模式 您可以在 DJI SDK 提供的任何教程中找到它 http://developer.dji.com/mobile-sdk/documentation/ios-tutorials/P4MissionsDemo.html