Comparison of different OS versions (Android vs. iOS) and OEM perspective, over 6.5M test runs and 300+ devices
Thread
Stories related to "App Robustness/Stability - Android vs. iOS - before iOS8" across the full archive.
Comparison of different OS versions (Android vs. iOS) and OEM perspective, over 6.5M test runs and 300+ devices
Android vs. iOS - Comparison of used chipsets and application robustness on both platforms
Android App - [Github](https://github.com/kickstarter/android-oss)
iOS App - [GIthub](https://github.com/kickstarter/ios-oss)
According to the author: “The first systematic study of data that iPhones share with Apple and directly comparing data sharing by Apple iOS and Google Android.” Accepted to appear in SecureComm 2021.
Free today.
Very cool tool from Square to debug native iOS apps. Get insight into network performance and such.
All hail the upcoming goophone!
An Android application with no permissions can access the lock screen owner info string
(gist.github.com)
I posted this on Twitter; is this widely known?
I was a bit surprised to find out that [ACRA](https://github.com/ACRA/acra) was including this info by default when pulling all of the `Settings.Secure` keys through reflection, so I threw together a quick demo application to make sure this was poss...