Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Mobsted provides Push capabilities to both Android and iOS users. Each user can make a choice of how to accept Push. In a Still way, how Push is delivered are different.

...

The panel below shows how to send different would be a choice foe Android and iOS users.

Image Modified


The difference here is that iOS devices are incapable of sending Push into browser, which is compensated by a choice of mobile messengers. Android 


Anchor
create_push_user
create_push_user
Getting User Permissions to send Push

...

1. Create user IDs 

This creates Push addresses within your app for each user to where to send Push to.


Mobsted will add this address to each new or existing user entering the app container, if you pass a UTM with your internal user ID to the app's link with еру &utm_extid command:

...

PLEASE - do not use anything related to personal data, like phone numbers, emails, or names. The best way is to use some hashed or random aplahnumeric ID, like - jhFd2kjhDc-29dkY35-Kf93gh4skJ and so on.NOTE - This field is case sensitive, so "F1g" is not the same as "f1g"


Note

NOTE - This field is case sensitive, so "F1g" is NOT THE SAME as "f1g", so you need to address your users with exactly the same ID as you've created it with. 

...

2. Set up Push request widgets.

which will record the This receives and records the Push permission, which channel each user chooses and . This prompt will only appear after user has logged into you app from an icon, unless you use a "managed prompts" link, as described here, to give you a choice on which prompts to show and in which order. 





Sending Messages through multichannel Push API

To address any of your users, who gave permission to receive Push notification you only need one API method:

...

POST  -  https://ppp-admin.

...

mobsted.

...

com/api/v8/object/sendpush

Code Block
languagejs
{
"applicationId": 1,
"extId": "100500",
"title": "Hello",
"message": "It`s message about your order#order.#"
}

Where:

"ppp-admin.mobsted.com" is the URL address of your mobsted account

"applicationId" - is the same ID which you see in your long links

...

For authenticating your sending party you can use static basic auth keys, which you can find here:

Image Modified




Or dynamic JWT keys, which you can find here:

Image Modified

Step-by-step guide

...



Content by Label
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "KB"
labelskb-how-to-article

...