how to send all background push-notification to foreground app not using tap but using launch-icon in cordova ios using FCM? -


i'm sending message way.

{     "notification": {     "title" : "hi",     "body": "ios push test",             "sound" : "default" }, "data" : {     "message" : "it's push test" },     "to" : [token],     "content_available" : true,     "priority" : "high"      } 

i receive background notification , foreground notification well. can't take data background foreground using launch-icon. can take tapped data foreground


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -