Skip to content
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

Can not acquire remoteControll on "sdkManagerProductDidChangeFrom" SDK 3.4.1 #60

Closed
cloudqq opened this issue Dec 12, 2016 · 2 comments
Closed

Comments

@cloudqq
Copy link

cloudqq commented Dec 12, 2016

  • (void)sdkManagerProductDidChangeFrom:(DJIBaseProduct *)oldProduct to:(DJIBaseProduct *)newProduct{

if ([[DJISDKManager product] isKindOfClass:[DJIAircraft class]]) {

       _remoteController = ((DJIAircraft*)[DJISDKManager product]).remoteController;

       // HERE  _remoteController is nil...  after upgraded to new IOS SDK 3.4.1 from 3.0.1
}

////
}

@oliverou
Copy link
Contributor

Hi @cloudqq, thanks for your feedbacks. We have just launched the iOS SDK 3.5, could you download it and try if the issue still exist?

Also, could you provide us the following info to investigate the issue:

  • Steps to reproduce the bug or crash issues(It would be great if you can provide this)
  • DJI iOS SDK version you are using (Like iOS SDK 3.5, etc)
  • DJI Product you are using (Like Phantom 4, Mavic Pro, etc)
  • iOS system version you are using (Like iOS 8.3, iOS 9, etc)
  • iOS device type you are using (Like iPhone5s, iPhone 6, iPad Air Wifi, iPad mini 3 LTE, etc)
  • Xcode version you are using (Like Xcode 7.0)

Thanks!

@Michael-DJI
Copy link
Contributor

Hi, did you resolve your issue with new version?
if not, pls report the issue to dev@dji.com it's the official channel to request DJI SDK support now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants