ssl - Android trust a self-signed certificate during testing -


during development period, server uses self-signed ca certificate. production server use real certificate.

with ios, able drag certificate inside emulator , trusted on.

for android, solutions found involve code. don't want insert code in application testing. there similar solution ios offers?

is there similar solution ios offers?

no.

i don't want insert code in application testing.

you welcome use techniques dependency injection, make easier have alternative configurations in different build types.

during development period, server uses self-signed ca certificate.

please note regular ssl certificates rather inexpensive.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -