0

I am working on xamarin.forms android application. I am wondering to know is there any deployment area when we can provide a password for each installment of the application. So, that user can use the application after the successful entering of the password that will be set at the deployment time.

in brief: A application will be provided to the user for which the password will be set while deploying. So, after installing the application the user will be asked to enter the password when user enters the correct password i.e used at time of deploying then only he can able to access the application.

Please let me know is there anything that make my requirement to work.

Many thanks in advance.

sahithi
  • 1,039
  • 2
  • 14
  • 37

1 Answers1

0

No, there is not.

The best way to protect your app is to implement an authentication system inside your app

Leon
  • 8,404
  • 2
  • 9
  • 52
  • @sahithi Are there any updates for this issue? If the reply is helpful, please try to mark it as an answer, it will help others who have similar issue. – Leon Mar 28 '19 at 06:56