You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using this library in my app that is also using CallKit and PushKit.
I am getting an app crash
When the iPhone has restarted but has not yet been unlocked.
A call is received and the app tries to handle it via the PushKit notification (launching in the background)
I have double checked the code implementation and found no immediate issues that could maybe cause this. The TrustKit config code is called in the AppDelegates didFinishLaunchingWithOptions.
This was tested on the latest version (3.0.3).
Any help would be much appreciated. Thank you
The text was updated successfully, but these errors were encountered:
Hey,
I have been using this library in my app that is also using CallKit and PushKit.
I am getting an app crash
I have double checked the code implementation and found no immediate issues that could maybe cause this. The TrustKit config code is called in the AppDelegates
didFinishLaunchingWithOptions
.This was tested on the latest version (3.0.3).
Any help would be much appreciated. Thank you
The text was updated successfully, but these errors were encountered: