AGS Mobile Beacon is an app for monitoring iBeacons according to the UUID defined in the settings
AGSMobileStBeacon
What is it about?
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.
App Screenshots
App Store Description
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 "
}
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.