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
{{ message }}
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
Launch app and send voip notification (I use release mode with ssl://gateway.push.apple.com:2195 url). Receive notification with additionalData.coldstart === false
Quit from app (not move to background, full exit). Send voip notification. Receive notification with additionalData.coldstart === false (see it from Xcode device console. Device is connected via cable).
Open app from received push notification. Send another voip notification. Receive notification with additionalData.coldstart === false
Steps to Reproduce
I use real device IPad with ios 10.3.3
Launch app and send voip notification (I use release mode with
ssl://gateway.push.apple.com:2195url). Receive notification withadditionalData.coldstart === falseQuit from app (not move to background, full exit). Send voip notification. Receive notification with
additionalData.coldstart === false(see it from Xcode device console. Device is connected via cable).Open app from received push notification. Send another voip notification. Receive notification with
additionalData.coldstart === falseCordova CLI version and cordova platform version
cli packages: (/Users/eugene/.npm-global/lib/node_modules)
global packages:
local packages:
System:
Plugin version
Logs taken while reproducing problem
I always receive in device log (foreground also not work, always false even app is opened)
Is this a bug or I missed something? I need to find programmatically my app state (opened (background/foreground) or fully closed)