إرسال رابط إلى التطبيق

AGSMobileStBeacon


4.6 ( 9456 ratings )
الأدوات المساعدة مرجع
المطور: Teia Importacao e Comercio LTDA
حر

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 "
}