Progress Update - 2021-02-16
- Finished Task:
- Next Action:
- Android, iOS, Web implementation in Payment Selection
- Wait for API contract & encryption method
- Context Discussion
- Confirmed network IP Address & Accept language collected from headers
- Android:
- some data could be collected based on SDK level
- Send null value if it can’t be collected
- Battery level send integer value (as is)
- Device fingerprint composed from multiple fields, keep send other related field even though it’s already exist in Device Fingerprint
- Battery Temperature and some other field, send “as is” value (integer format ex: 325 instead of 32.5 Celcius, 3200 instead of 3200 maH)
- Will release in 3.3.2 (mid March)
- iOS:
- Can’t collect CPU Board, but it could be determined from Device Model
- Just send Device Model (don’t hardcode the CPU Board)
- Network operator mcc and mnc are separated, concat it for network_operator
- Dual SIM, send both value
- All Date value send in millisecond
- RAM total size in number (GB) 0.25, 0.5, 1, 2, 4, 8