|
|
|
|
|
by dheera
1857 days ago
|
|
Most apps now use certificate pinning, i.e. they have the root certificate included in the app and signed as part of the app, so that method won't work. On Android it's much easier to intercept and modify the behavior of apps and tell the system to disregard signatures and things of the sort. |
|
Also, since Android 7, even non-cert-pinned apps simply ignore user/admin-installed certificates; you can’t do anything without (1) rooting and injecting cert into root trust store; or (2) binary patching. Neither is easy, whereas installing a certificate as a profile on iOS is a trivial process.