Assuming, my application need to access my web server using server certificate that is not supported by Nexus On开发者_运维问答e (or other android devices), for example.
is it possible to 'embedded' the client certificate in the application? is this the same as signing the app with the client certificate?
Thanks
Yes, it is possible to embed the server certificate in the application.
Look at my blog article. I posted a detailed description how you can achieve this with creating your own keystore.
精彩评论