Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

UIWebView, deprecated API used #41

Open
LauNtlctv opened this issue Sep 25, 2019 · 4 comments
Open

UIWebView, deprecated API used #41

LauNtlctv opened this issue Sep 25, 2019 · 4 comments

Comments

@LauNtlctv
Copy link

People has started receiving this warning when submitting apps that have references to UIWebView.

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs.

@itzonator
Copy link

Anyone resolved this UIWEBVIEW issue with Google Consent SDK?

Affected files:
PACView.m
PACView.h

@yannou788
Copy link

yannou788 commented Dec 2, 2019

Hello

One of my colleagues has a provisional solution if you use POD:

  • Enter that in your terminal :
curl -s https://github.com/mimas-technology/googleads-consent-sdk-ios/commit/ed176b2d73048e7a5578631bac6236d70f6e4375.patch -o PersonalizedAdConsent.patch
  • After that in your Podfile insert :
  post_install do |installer|
    puts 'Patching PersonalizedAdConsent'
    %x(patch -p1 -d Pods/PersonalizedAdConsent/ < PersonalizedAdConsent.patch)
  end
  • Run
pod install

@duytq94
Copy link

duytq94 commented Jan 17, 2020

Thanks to provisional solution @yannou788
But does anyone know when this repo will fix this issue since The App Store will no longer accept new apps using UIWebView as of April 2020 and app updates using UIWebView as of December 2020.
Hope someone fix it soon.

@brianlenz
Copy link

@jweisbaum was this fixed in 5cc1086?

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

No branches or pull requests

5 participants