Hi
On android I am displaying the notification icon + alert only after I load some data from DB
and once I click on icon it bring me to different page (not main)
on IOS can I do the same?
since what happens now - once I click on icon, it brings me to main menu
and after few seconds which nothing happens, only then it is going to DB, and the I show the different page I want, and user experience here is bad
so I need to manipulate displayed text, show it only after I get data from DB, and open specific page (not main)
On android I am displaying the notification icon + alert only after I load some data from DB
and once I click on icon it bring me to different page (not main)
on IOS can I do the same?
since what happens now - once I click on icon, it brings me to main menu
and after few seconds which nothing happens, only then it is going to DB, and the I show the different page I want, and user experience here is bad
so I need to manipulate displayed text, show it only after I get data from DB, and open specific page (not main)