Andre Souza Member Licensed User Nov 11, 2017 #1 I have a client who wants to implement the "One Signal" notification system. This application was written in B4A. Can I implement this using B4A?
I have a client who wants to implement the "One Signal" notification system. This application was written in B4A. Can I implement this using B4A?
DonManfred Expert Licensed User Longtime User Nov 11, 2017 #2 Andre Souza said: Can I implement this using B4A? Click to expand... Sure. One Signal uses a REST Api. https://documentation.onesignal.com/reference#create-notification You can use okhttputils2 to cummunicate with the Api. Last edited: Nov 11, 2017 Upvote 0
Andre Souza said: Can I implement this using B4A? Click to expand... Sure. One Signal uses a REST Api. https://documentation.onesignal.com/reference#create-notification You can use okhttputils2 to cummunicate with the Api.