I am using a custom UIAlertView with UITextField to get password from the user.
UIAlertView
UITextField
I have been told that this custom view may cause my App to get
If you're concerned about rejection, you can always roll your own view that has animations similar to a UIAlertView. Check this question out here:
How can I customize an iOS alert view?