fhstp / meeteux-ios

iOS-App im Projekt MEETeUX
http://meeteux.fhstp.ac.at
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

API for device infos (registerOD) #6

Closed kblumenstein closed 6 years ago

kblumenstein commented 7 years ago

get MAC address, Bluetooth address, IP

kblumenstein commented 7 years ago

add OS, OS version, device type, screen size - anything else?

kblumenstein commented 7 years ago

Wifi MAC address since iOS7 not possible --> for unique identifying use UDID Stackoverflow UIDevice.current.identifierForVendor.uuidString

kblumenstein commented 7 years ago

same for BDA (bluetooth device address) - and same is in Android since Android 6 Stackoverflow

kblumenstein commented 7 years ago

IP Stackoverflow

kblumenstein commented 7 years ago

sends uuid (device address), system name (e.g., iOS), system version (e.g., 11.0), model (e.g. iPad)

kblumenstein commented 7 years ago

open for this issue - visual tag id