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
This is an incredibly useful library, thank you for developing and maintaining it.
I have one problem, that I've run into and I'd like to pick your brain about it in hope of finding a solution to it.
I am trying to update a Keychain key-value pair right inside the following method, while receiving a silent push notification: func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable : Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void)
It seems to work at first, however the new value doesn't really get saved, most probably because the app is only running for a short amount of time when woken up by the silent push notification. When I open the app and read back the value, it's still the old one.
Have you ever encountered this issue? Do you have any idea how this could be avoided?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello,
This is an incredibly useful library, thank you for developing and maintaining it.
I have one problem, that I've run into and I'd like to pick your brain about it in hope of finding a solution to it.
I am trying to update a Keychain key-value pair right inside the following method, while receiving a silent push notification:
func application(_ application: UIApplication, didReceiveRemoteNotification userInfo: [AnyHashable : Any], fetchCompletionHandler completionHandler: @escaping (UIBackgroundFetchResult) -> Void)
It seems to work at first, however the new value doesn't really get saved, most probably because the app is only running for a short amount of time when woken up by the silent push notification. When I open the app and read back the value, it's still the old one.
Have you ever encountered this issue? Do you have any idea how this could be avoided?
Thank you in advance.
The text was updated successfully, but these errors were encountered: