android - Sending text via Wi-Fi when Wi-Fi is ON and received text as Normal message application -


i making sms application in want send text messages on wi-fi. in other words if internet connection on message send on wi-fi , if there no internet message send via app , carrier charges applied. want know possible in android? heard can done in iphone through imessage possible in android? thinking if internet on message should send server , there algorithm on server side receive message , send person sender contact number , message. me in way , how do, directions appreciated. thanks

i think it's possible carriers. great deal when wi-fi on, need send message server, server uses service sending sms recipient. when there no wi-fi, need use android's smsmanager send message recipient.

another solution found based on question android - try send fake sms myself without mobile network usage

you can use service send push notification recipient, , when receive push, simulate sms pushing info sms log, , notifying user.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -