App Binary Rejected due to UIWebView Deprecated
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 2k
- Forks
- 867
- Avg merge
- 4d 48m
- Merged PRs (30d)
- 1
Description
I am trying to upload mynew iOS app on App Store and it's showing this error in mail:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
after using the command "grep -r "UIWebView" ." in terminal it's showing this:
./Pods/AppAuth/README.md:for the auth request. UIWebView and WKWebView are explicitly not
please help.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the reported grep result in Pods/AppAuth/README.md and compare it with the SDK source to determine whether UIWebView is used in code or only mentioned in documentation. Confirm the source contains no deprecated API usage and identify the specific documentation or code change required before considering the issue done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100