Can someone please tell how launchArgs work for push notifications. I really don’t know what to do. The way I understand it…is they are args you can pass with a push notification that will launch the app in a different way than the way it opens when you press the app icon.
The example given with the android push notification article is that, if you have a news app and you receive a notification about a new article, you can use launchArgs to bring the user straight to this in the app.
Maybe someone can post a simple example of how this is done?
Thanks,
Gooner87