Question - I want to pass some data to the app without notifying the user. How can I do that?
Answer - In that case "Silent Push" functionality could help.
Control Panel:
Just look for the "Silent Push" tickbox in iOS or Android platform settings:
Remote API:
You'll need to add the following lines to your request depending on the platform of your choice:
"ios_silent": 1
"android_silent": 1
Comments
0 comments
Please sign in to leave a comment.