android - Any example of SMS Gateway that is able to process the SMS? -


i hope asked correctly.

we created mobile app using ionic. can talk servers online. far good.

then, requirement - app must able send offline. reason, users in remote area internet not available.

with http post not available, thing sms. , plugin, able send sms through telcos of phone.

now, problem, there example of sms gateway receives sms our phone + processes them?

for example, let's sending json {name:'bob'} sms gateway, there should logic process sms , update database in our own hosting server.

any example of kind of product/server?

edit

my original question kind of confusing thought third-party gateways serving 'sending sms online only'.

but @timcastelijns points out 'inbound sms', wanted.

basically, buy/rent number gateway. number, upon receiving sms, able post message our own web hosting servers.

this solved @timecastelijins. mentions called 'inbound sms'. sms gateway doesn't process sms, post our web hosting server upon receiving sms client.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -