UIWebView is deprecated and binaries that inlude references will soon be rejected by Apple
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 2.7k
- Forks
- 734
- Avg merge
- 11h 39m
- Merged PRs (30d)
- 1
Description
Our most recent iOS app submission recieved a warning
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
We are using the WKWebview implementation provided by the plugin but the existence of the UIWebView api usage is being picked up by the app store review static analysis and triggering this warning
Contributor guide
No contributing guide indexed for this repository
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 reviewing the plugin's iOS implementation and searching its sources for UIWebView references, then compare those findings with the WKWebView implementation mentioned in the issue. Done means the built app no longer triggers Apple's UIWebView static-analysis warning while continuing to use WKWebView.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c, unity
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100