Tag Archives: ios

iOS AppStore Connect Resolution Center URL

All these years, this is the first time that I didn’t receive notification email from AppStore Connect about app review rejection. I just found that my email account not working because of out of disk space. Because there’s no “resolution … Continue reading

Posted in iOS development | Tagged , , , , | Leave a comment

iOS deprecated API – UIWebView

New/update app will reject any app using UIWebView after 2020/Dec. Here’s a simple script to find all UIWebView references in current project. Just execute this line in the project root directory. grep -r UIWebView .

Posted in iOS development | Tagged , | Leave a comment