Eme Fibonacci Well-Known Member Licensed User Longtime User Jan 27, 2017 #1 I'm thinking about a little application that downloads an apk from my site (initially encrypted file) and on the device decrypts and installs apk. A kind of apk installer. It is possible? What do you think about this idea? Please, if you have a similar code and can share thank you. Thank you.
I'm thinking about a little application that downloads an apk from my site (initially encrypted file) and on the device decrypts and installs apk. A kind of apk installer. It is possible? What do you think about this idea? Please, if you have a similar code and can share thank you. Thank you.
udg Expert Licensed User Longtime User Jan 27, 2017 #2 Hi, just look at my lib UppApdating and modify the provided source code in order to add decryption. It should be easy. udg Upvote 0
Hi, just look at my lib UppApdating and modify the provided source code in order to add decryption. It should be easy. udg
Eme Fibonacci Well-Known Member Licensed User Longtime User Jan 28, 2017 #3 udg said: Hi, just look at my lib UppApdating and modify the provided source code in order to add decryption. It should be easy. udg Click to expand... Thank you. I will test. Can I use on asp.net site using login and password? Upvote 0
udg said: Hi, just look at my lib UppApdating and modify the provided source code in order to add decryption. It should be easy. udg Click to expand... Thank you. I will test. Can I use on asp.net site using login and password?
udg Expert Licensed User Longtime User Jan 28, 2017 #4 Yes, user and password are managed for an optional reserved folder on the server. Be sure to read through the posts in the thread because there are useful notes about configuring IIS to recognize apk as a valid mime type. udg Upvote 0
Yes, user and password are managed for an optional reserved folder on the server. Be sure to read through the posts in the thread because there are useful notes about configuring IIS to recognize apk as a valid mime type. udg