M mskeels Member Licensed User Longtime User Jan 3, 2013 #1 Newbie here. All the HTTP calls I have implemented so far have been from Android B4A client to server. How would I handle a server-initiated "callback" in my B4A client? :sign0163: Thanks, Mark
Newbie here. All the HTTP calls I have implemented so far have been from Android B4A client to server. How would I handle a server-initiated "callback" in my B4A client? :sign0163: Thanks, Mark
Erel B4X founder Staff member Licensed User Longtime User Jan 4, 2013 #2 You will need to implement a HTTP server in the device. Note that most mobile network provider block incoming connections. A working alternative: Android push notification (GCM) framework and tutorial Upvote 0
You will need to implement a HTTP server in the device. Note that most mobile network provider block incoming connections. A working alternative: Android push notification (GCM) framework and tutorial