Skip to content

Application rejected by Apple. #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tapannathvani opened this issue Feb 26, 2020 · 1 comment
Closed

Application rejected by Apple. #39

tapannathvani opened this issue Feb 26, 2020 · 1 comment
Labels

Comments

@tapannathvani
Copy link

Apple rejected application because of same Lock screen design that confuse user.

So we are trying to apply titleView but its not working.

self.pinAuthentication.passcodeView.titleView = {
            let i = UIView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))
            i.backgroundColor = .red
 //              //  let width = self.pinAuthentication.passcodeView.titleLabel.bounds.width
 //                let iview = UIImageView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))
//                iview.image = UIImage(named:"AppIcon")
//                iview.contentMode = .scaleAspectFit
            return i
            }()

Can you please help us out to get out of this issue as we need to submit our App ASAP. We already use our custom title to create/enter/confirm PIN message

@TimOliver TimOliver added the bug label Feb 26, 2020
@TimOliver
Copy link
Owner

Closing this off in favour of keeping the conversation going in #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants