Deprecated API Usage

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
simon.schvartzman
Posts: 638
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Deprecated API Usage

Post by simon.schvartzman » Mon Aug 16, 2021 9:22 pm

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
Simon
________________________________________
To ";" or not to ";" that is the question

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7215
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Deprecated API Usage

Post by jacque » Tue Aug 17, 2021 5:20 pm

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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

simon.schvartzman
Posts: 638
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Re: Deprecated API Usage

Post by simon.schvartzman » Tue Aug 17, 2021 6:24 pm

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
Simon
________________________________________
To ";" or not to ";" that is the question

Post Reply

Return to “iOS Deployment”