Hello Community,
for months I have been developing a social media app together with B4A and soon also B4I, as a database, I have taken a MySQL. Now I want to notify the users, in the current alpha status of the app, sends each user via the app a notification to the users, but that's not the perfect solution, just because you can manipulate that.
Then I learned how to do that via triggers in MySQL, but there are hardly any solutions, a PHP script is too slow to wait until it has been sent.
Another way would be to develop a B4J service that handles the requests one by one
but before I wanted to ask if someone has already made experience with it and if he is interested in revealing this.
"New Notification, your post was voted by 5 people"
Greetings
for months I have been developing a social media app together with B4A and soon also B4I, as a database, I have taken a MySQL. Now I want to notify the users, in the current alpha status of the app, sends each user via the app a notification to the users, but that's not the perfect solution, just because you can manipulate that.
Then I learned how to do that via triggers in MySQL, but there are hardly any solutions, a PHP script is too slow to wait until it has been sent.
Another way would be to develop a B4J service that handles the requests one by one
but before I wanted to ask if someone has already made experience with it and if he is interested in revealing this.
"New Notification, your post was voted by 5 people"
Greetings