I am developing an app to control DJI drones by using DJIs Mobile and UX SDK. I am aware, that the problem I am facing might be related to their code, but I am hoping for some pointers on where to look at or things I can try to troubleshoot the issue.
I have explained the issue with code examples and screenshots on Stackoverflow: https://stackoverflow.com/q/67320963/1065468
The remote of the drone is plugged into my iPhone and I start the app through Xcode on my phone wirelessly over the network.
While the app works as it should when started from Xcode, it does not work when I just press the app icon on the iPhone.
Checking my log output of the app on the phone in the console of my Mac, I can see, that the underlying connection to the drone is working and the app should update.
Could it be a difference in configuration when the app is started from Xcode or directly from the phone?
Looking forward to any pointers from you to help me troubleshoot this problem.
I have explained the issue with code examples and screenshots on Stackoverflow: https://stackoverflow.com/q/67320963/1065468
The remote of the drone is plugged into my iPhone and I start the app through Xcode on my phone wirelessly over the network.
While the app works as it should when started from Xcode, it does not work when I just press the app icon on the iPhone.
Checking my log output of the app on the phone in the console of my Mac, I can see, that the underlying connection to the drone is working and the app should update.
Could it be a difference in configuration when the app is started from Xcode or directly from the phone?
Looking forward to any pointers from you to help me troubleshoot this problem.