I'm tring to send push with title attribute, child of alert.
i receive the push with success, but i clicked on push and run the app, the event show the data in this mode
I have notice that the title value is not return as string (without comma),
i would use this field as selector for show the specific page.
i receive the push with success, but i clicked on push and run the app, the event show the data in this mode
B4X:
Remote notification: NSMapTable {
[5] aps -> (read only map) {
alert = {
body = "my body bla, bla";
title = MyTitle;
};
badge = 34;
sound = "notification.mp3";
}
I have notice that the title value is not return as string (without comma),
i would use this field as selector for show the specific page.
Last edited: