Mustafa Akkuzu
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Comments
Recent activity by Mustafa Akkuzu-
As I remember, first your app needs to be approved by DJI and then you submit your app to App Store.
-
Hi Zafer,Although it took for weeks, finally it was approved and published. My problem was I didn't tell the PPIDs that are given by DJI to the App Store reviewers. Make sure you give the PPIDs in ...
-
Can you give me sample code or where and how can I use setMultipleFlightModeEnabled:withCompletion API to turn on. Thank you.By the way, I am using swift language.
-
state.flightModeSwitch returns "DJIRCFlightModeSwitch" at any mode. I am using Swift language and state.leftStick.horizontalPosition returns real values.I am using DJI Mavic Air 2 Remote Controller.
-
I am not sure it is related with that but after I added com.dji.logiclink to Supported external accessory protocols (that is not mentioned in the Integrate SDK into Application tutorial) in info li...
-
Ok, what I realized is; My - (void)appRegisteredWithError:(NSError *_Nullable)error is called and my app is registered without any error.When I test the DJI's sample app, as soon as [DJISDKManager...
-
Thanks a lot, now I can get joystick values in Swift. I owed you a coffee ;)
-
Thank you. 👍
-
Could you please give me the link where can I download the OC project sample which includes RCHardwareState. Thank you.