Page 1 of 1

Deprecated API Usage

Posted: Mon Aug 16, 2021 9:22 pm
by simon.schvartzman
Hi all, today I was not able to upload my APP due to:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentati ... /uiwebview).
I haven't seen this before, will appreciate help to fix it.

many thanks

Re: Deprecated API Usage

Posted: Tue Aug 17, 2021 5:20 pm
by jacque
What are you using to create a browser? This bug looks like it refers to the merg externals:
https://quality.livecode.com/show_bug.cgi?id=22748
I've used the browser widget and also mobileControlCreate without a problem. The bug report is more than a year old so I assume the other methods are compliant.

Re: Deprecated API Usage

Posted: Tue Aug 17, 2021 6:24 pm
by simon.schvartzman
Jaque as always your inputs are very valuable.

I have no Browser included in my App but looking at the bug report you referenced I removed mergSettings (which I really don't know why was it included after all :D ) and bingo it went through.

Many thanks