can someone share thread links about protecting app through password?
can someone share thread links about protecting app through password?
Don't think there would be any specific API for this, and also haven't seen any real exmaples for this one, so I guess you gotta do it by yourself. So have a first view in your application that asks for password, and then have a method of saving it. For example you could use encryption APIs to make a hash out of it, etc.