Skip to content
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

UIWebView deprecated issue #368

Closed
1901 opened this issue Dec 18, 2019 · 6 comments
Closed

UIWebView deprecated issue #368

1901 opened this issue Dec 18, 2019 · 6 comments
Labels

Comments

@1901
Copy link

1901 commented Dec 18, 2019

Hi, I used the latest Unity SDK (facebook-unity-sdk-7.18.0). When I submitted the App to App Store got UIWebView deprecated 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.

facebook/facebook-ios-sdk#1035
There mentioned the problem was fixed on facebook-ios-sdk v5.5.0, but Dependencies.xml still required 5.2. Please upgrade the dependencies, thanks.

    <iosPods>
        <iosPod name="FBSDKCoreKit" version="~> 5.2" />
        <iosPod name="FBSDKLoginKit" version="~> 5.2" />
        <iosPod name="FBSDKShareKit" version="~> 5.2" />
    </iosPods>
@1901 1901 added the bug label Dec 18, 2019
@tiffanym19
Copy link

tiffanym19 commented Jan 9, 2020

encountering this issue, whats the solution for this?

@Tostifrosti
Copy link

+1

@1901
Copy link
Author

1901 commented Jan 14, 2020

Just replace the version with 5.5

<iosPods>
    <iosPod name="FBSDKCoreKit" version="~> 5.5" />
    <iosPod name="FBSDKLoginKit" version="~> 5.5" />
    <iosPod name="FBSDKShareKit" version="~> 5.5" />
</iosPods>

@tiffanym19
Copy link

Thank you it works :)

@KylinChang
Copy link
Contributor

You can change the version in Podfile, or run pod install --repo-update

@bachirelkhoury
Copy link

This is still happening and we're on version 7.1.1

<iosPods>
    <iosPod name="FBSDKCoreKit" version="~> 7.1.1" />
    <iosPod name="FBSDKLoginKit" version="~> 7.1.1" />
    <iosPod name="FBSDKShareKit" version="~> 7.1.1" />
    <iosPod name="FBSDKGamingServicesKit" version="~> 7.1.1" />
</iosPods>

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

No branches or pull requests

5 participants