Android Question How to use the OneSignal push notification service with B4A?

Oke

Member
Licensed User
Longtime User
How to use the push notification service from OneSignal for B4A, can you also provide an example of the code?
 

DonManfred

Expert
Licensed User
Longtime User
You don´t need any other Pushservice other than firebase notifications
It is really simple to send a Push Notification
 
Upvote 0

MichalK73

Well-Known Member
Licensed User
Longtime User
You don´t need any other Pushservice other than firebase notifications
It is really simple to send a Push Notification

A question out of curiosity. Firebase needs Google services on your phone? If so, how to use push notification if you have a Huawei phone or a clean CustomROM without Google services?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Firebase needs Google services on your phone?
yes
how to use push notification if you have a Huawei phone
Huawai has their own SDK

or a clean CustomROM without Google services?

You have to set a receivercomponent in any case. Even with OneSignal you have to install something.
Don´t know what though. I only use Original ROMs
 
Upvote 0

MichalK73

Well-Known Member
Licensed User
Longtime User
You have to set a receivercomponent in any case. Even with OneSignal you have to install something.
Don´t know what though. I only use Original ROMs
In this case, how do you think the MQTT protocol would be a good choice? Wow then you could do notifications regardless of services.
 
Upvote 0
Top