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
completionHandler() is not called in the case above but it is called in the other cases. I'm not sure if this causes any problems but from reading the documentation and looking at other open source code it looks like completionHandler() should always be called.
The text was updated successfully, but these errors were encountered:
In userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:
cordova-plugin-push/src/ios/AppDelegate+notification.m
Lines 223 to 235 in 3210354
completionHandler() is not called in the case above but it is called in the other cases. I'm not sure if this causes any problems but from reading the documentation and looking at other open source code it looks like completionHandler() should always be called.
The text was updated successfully, but these errors were encountered: