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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -