Mustafa Akkuzu
- 活动总数 30
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 10
评论
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.