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

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -