iOS Question Notification event

Shay

Well-Known Member
Licensed User
Longtime User
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)
 

Shay

Well-Known Member
Licensed User
Longtime User
update: behavior seems ok when I am using release build
so one thing: Can I manipulate displayed test on notification? (control what to display with the icon)
 
Upvote 0

Shay

Well-Known Member
Licensed User
Longtime User
I need to manipulate the text on client (after it arrives from server)
for example server is sending "code:333" (this will trigger something on app)
but client will see "hello world"
(this is what I am doing on android)
 
Upvote 0
Top