Skip to content

Problem with iOS appstore deprecated API usage of UIWebView #145

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

Open
pseudocolor opened this issue May 6, 2020 · 9 comments
Open

Problem with iOS appstore deprecated API usage of UIWebView #145

pseudocolor opened this issue May 6, 2020 · 9 comments

Comments

@pseudocolor
Copy link

I got this deprecated issue when submiting to iOS appstore

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more

Im suprised that nobody ever mention this on github, forums or anywhere.

Do we have fixes for this?

@dushyant-trivedi
Copy link

+1 Same issue

1 similar comment
@ErwinPS
Copy link

ErwinPS commented May 6, 2020

+1 Same issue

@kromley
Copy link

kromley commented May 6, 2020

This is solved in a branch. See #122

@AnjumShakeelJanjua
Copy link

Did you manage to find a solution to this? @pseudocolor

@pseudocolor
Copy link
Author

This is solved in a branch. See #122

@kromley
I dont really understand xcode, after I clone the branch, what should I do beside replacing the Assets folder in my project with Assets folder on the zip in Unity?

do we have to do anything in xcode as well?
or where do I get the googlesignin pod 5.0 for xcode?

@pseudocolor
Copy link
Author

pseudocolor commented May 12, 2020

Did you manage to find a solution to this? @pseudocolor

yes, finally the warning is gone. thanks
just use @lukezbihlyj branch

https://github.com/lukezbihlyj/google-signin-unity

or if you already installed google sign plugin, just copy/replace Assets folder in his commit.
just make sure your other sdk or unity is already safe and not using uiwebview.
unity ads 2.0 was installed in my Unity by default, should be removed or update to latest version

kudos to @lukezbihlyj
also thanks for @kromley for pointing this fix

@nimrodbens
Copy link

any way to just exclude this package from iOS? it is enough for me that it's working on android and i couldn't fix the UIWebView thing.

@Siddhant-pixel
Copy link

@lukezbihlyj hello , I am facing same issue of Unity web view while uploading build over test flight. I have tried using the latest plugin which you shared and others too which have been mentioned over commit. Still having same issue. Is there any way out to fix this issue.
Tried it over Unity 2019.2.5 and 2019.4.11 LTS as well . Same issue >
Any hele will be appreciated. Thanks.

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

No branches or pull requests

8 participants
@ErwinPS @kromley @nimrodbens @pseudocolor @AnjumShakeelJanjua @dushyant-trivedi @Siddhant-pixel and others