android - Certificates in smartphones' application -


currently, i'm developing mobile app communicate directly server.

first of all, app must operate on ios, android, windows phone , blackbarry os, not subject of topic.

the problem before communicate server, app need authenticate self server key pair (public/private).

how should work? read somewhere each app has own "ressources" folder, maybe .p12 file save there? work on each mobile os? security constraints?

thank guys.

yes, can use certificates in apps. use same client certificate android , ios.

for ios, need import .p12 file. check here

for android, used library named bouncycastle, can import .bks (keystores) , use them. check this site.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -