send link to app

AGSMobileStBeacon app for iPhone and iPad


4.6 ( 9456 ratings )
Utilities Reference
Developer: Teia Importacao e Comercio LTDA
Free
Current version: 1.0, last update: 4 years ago
First release : 08 Apr 2020
App size: 644 Kb

AGS Mobile Beacon is an app for monitoring iBeacons according to the UUID defined in the settings. The detected beacons can be sent to an API defined in the settings, the information from the beacons will be sent to API via JSON, in this information are included vendorID, minor, major, latitude and longitude.

Request sent to API:

{
"major": major,
"minor": minor,
"rssi": rssi ,
"longitude" : " longitude ",
"latitude": " latitude "
"uuid":" uuid ",
"proximity":" immediate | near | far | unknow ",
"phoneID":" vendorID "
}

Expected response by the app:

{
"success": true | false ,
"msg":" message "
}