Categories
-
Recent Posts
Recent Comments
- admin on How to fix – There was an internal API error
- Jose on How to fix – There was an internal API error
- admin on 簡單學日語 2.0 上架了
- 中國青年救國團 on 簡單學日語 2.0 上架了
- admin on iOS Watchkit Development – paired device unavailable for development
Categories
-
Recent Posts
Recent Comments
- admin on How to fix – There was an internal API error
- Jose on How to fix – There was an internal API error
- admin on 簡單學日語 2.0 上架了
- 中國青年救國團 on 簡單學日語 2.0 上架了
- admin on iOS Watchkit Development – paired device unavailable for development
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
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 .