Tarmo Protsin
Tarmo Protsin
The Token lifetime duration is different depending on the issuer (identity service) settings (can be seconds, hours or days). Instead of using constant value, consider using configuration setting or calculate...
I have the exact same issue as @rlynjb : I changed the Podfile as instructed (https://developer.dji.com/mobile-sdk/documentation/ios-tutorials/UXSDKDemo.html). Project builds fine, but running on the device it crashes and outputs the error:...
Adding `use_frameworks!` fixed the issue. I also had to `add use_modular_headers!` so that other Pods also worked. My Podfile: ``` use_modular_headers! target 'ProjectName' do use_frameworks! pod 'DJI-SDK-iOS', '~> 4.8' pod...
I have the exact same issue. I have tried DJI SDK version 4.8.1 and 4.8.2 and both have the same issue. The project builds fine but running on device the...
Adding `use_frameworks!` fixed the issue. I also had to `add use_modular_headers!` so that other Pods also worked. My Podfile: ``` use_modular_headers! target 'ProjectName' do use_frameworks! pod 'DJI-SDK-iOS', '~> 4.8' pod...