T Tomas Petrus Active Member Licensed User Longtime User May 3, 2016 #1 Hi, I am using C2DM in my application and I need send notification to multiplne devices in one step. Is there any way how to do that? I didn't find it. Thanks for answer
Hi, I am using C2DM in my application and I need send notification to multiplne devices in one step. Is there any way how to do that? I didn't find it. Thanks for answer
Erel B4X founder Staff member Licensed User Longtime User May 3, 2016 #2 Which server are you using? You should use B4X Push Server: https://www.b4x.com/android/forum/threads/b4x-push-server.48560/#content It sends messages to all devices by default. You can easily change it to send to specific devices if you like. Upvote 0
Which server are you using? You should use B4X Push Server: https://www.b4x.com/android/forum/threads/b4x-push-server.48560/#content It sends messages to all devices by default. You can easily change it to send to specific devices if you like.
T Tomas Petrus Active Member Licensed User Longtime User May 4, 2016 #3 None. I am using web service from this tutorial - https://www.b4x.com/android/forum/t...on-c2dm-framework-and-tutorial.10542/#content Devices are registered in MSSQL, because I have there all backend data. So It is not possible use web service for multiple push? Thanks for answer Upvote 0
None. I am using web service from this tutorial - https://www.b4x.com/android/forum/t...on-c2dm-framework-and-tutorial.10542/#content Devices are registered in MSSQL, because I have there all backend data. So It is not possible use web service for multiple push? Thanks for answer
Erel B4X founder Staff member Licensed User Longtime User May 4, 2016 #4 It it possible. You will need to modify it. Start with this example: https://www.b4x.com/android/forum/threads/simple-push-framework.35635/#content Upvote 0
It it possible. You will need to modify it. Start with this example: https://www.b4x.com/android/forum/threads/simple-push-framework.35635/#content
T Tomas Petrus Active Member Licensed User Longtime User May 4, 2016 #5 I am trying use this, but google blocked my connection every time - Mail "Sign-in attempt prevented". What about that? And I dont know if I can do that, because I never used B4J before... Thanks for answer Upvote 0
I am trying use this, but google blocked my connection every time - Mail "Sign-in attempt prevented". What about that? And I dont know if I can do that, because I never used B4J before... Thanks for answer
Erel B4X founder Staff member Licensed User Longtime User May 4, 2016 #6 Tomas Petrus said: And I dont know if I can do that, because I never used B4J before... Click to expand... You will be surprised to see how simple it is. Allow this option: https://www.google.com/settings/security/lesssecureapps Upvote 0
Tomas Petrus said: And I dont know if I can do that, because I never used B4J before... Click to expand... You will be surprised to see how simple it is. Allow this option: https://www.google.com/settings/security/lesssecureapps