react-native-matomo icon indicating copy to clipboard operation
react-native-matomo copied to clipboard

Can't upload app to App Store because of deprecated UIWebView

Open asobralr opened this issue 4 years ago • 1 comments

Hi everyone,

I was able to successfuly install and test Matomo in my iOS app in debug mode. However when I tried to upload my app to the Appstore it was rejected and I received an email telling me that it was because UIWebView is deprecated and apps that use it are no longer accepted. I searched my project looking for UIWebView and found it was used on the Matomo package.

Apparently it can be replaced with WKWebView, but I dont know enough swift to make that change.

Has anyone found a solution for this?

Thanks in advance.

Regards!

asobralr avatar Jun 25 '20 21:06 asobralr

@asobralr Refer the PR #51

vinoth-am avatar Jul 03 '20 07:07 vinoth-am