SMS Forwarding To Rest API

SMS Forwarding To Rest API

Maayan Hope
2019年01月05日
  • 2.1 MB

    文件大小

  • Android 5.0+

    Android OS

关于SMS Forwarding To Rest API

将移动设备上收到的SMS消息转发到REST API服务器

1. Forward SMS Messages that are received on a mobile device to your REST API Server

2. Run this application and any message that is received by your mobile device will be forwarded to your rest web API

3. You can configure the application to use GET or POST actions when accessing the API server

4. You will see a logs of all messages forwarded to the remote API site

5. You can use this App to forward up to 500 SMS messages to your API server. After that you will have to buy an extension that will allow the App to be used for any number of SMS messages. The price is about 3.5USD

6. Permissions We need:

1. READ_SMS + RECEIVE_SMS: to be able to grab the SMS messages that are received by the device

2. INTERNET : to be able to send the message to your API server

3. BILLING: To be able to use for more than 500 messages

Example server side code (API.jsp):

<%

//mandatory parameters

String phone = (String) request.getParameter("phone");

String msgText = (String) request.getParameter("text");

//you can also pass other parameters in the URL

String device = (String) request.getParameter("device");

//do stuff here

%>

更多

最新版本1.1的更新日志

Last updated on 2019年01月05日
change icons
更多

视频和屏幕截图

  • SMS Forwarding To Rest API 海报
  • SMS Forwarding To Rest API 截图 1
  • SMS Forwarding To Rest API 截图 2

SMS Forwarding To Rest API APK信息

最新版本
1.1
类别
工具
Android OS
Android 5.0+
文件大小
2.1 MB
开发者
Maayan Hope
在APKPure安全快速地下载APK
APKPure 使用签名验证功能,确保为您提供无病毒的 SMS Forwarding To Rest API APK 下载。

SMS Forwarding To Rest API历史版本

APKPure 图标

在APKPure上极速安全下载应用

一键安装安卓XAPK/APK文件!

下载 APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies