iOS submission warn about UIWebView API

As I submitted the app to the AppStore, I got this email from Apple :

20%20PM

Is there anyway we can resolve this ?

Reported here: https://github.com/defold/extension-webview/issues/6

Someone, community or Defold team, needs to replace the deprecated API with the new one. Maybe you want to give it a try?

2 Likes

Glancing at the code, it is probably easy enough (I had to do something similar for my game recently). Sadly, I don’t have bandwidth to tackle this.

1 Like

Can you post your dependencies list?

1 Like

Here’s my deps :

https://github.com/Dragosha/defoldgamecenter
https://dragosha.github.io/extension-gamecenter

1 Like

Oh… Let me see…

If you are not using the webview extension then it should not even be related. For sure your only dep in your game.project is that defoldgamecenter?

Hey I’m sure.

Is there anyway to exclude that extension-webview ?

If it’s not in your dependencies then it’s already excluded.

So we need to figure out which of these is causing the warning.

https://github.com/AGulev/DefVideoAds/archive/master.zip
https://github.com/Dragosha/defoldgamecenter/archive/master.zip
2 Likes