I'm trying to retrieve data from an adapter secured with the device provisioning (set on auto).
Unfortunately when trying to call the adapter,if the device is locked, but the app has been started in background, I get errors of not being able to retreive the certificate due to the keychain lock.
Is there any way to solve this problem, without disabling the device provisioning?
Are you using Watch OS 1.0 or 2.0?
With watchOS 1.0 the watch extension is running actually on the iPhone. So if iPhone is closed the watch app will not work.