Questions tagged [itms-90809]

14 questions
8
votes
3 answers

Itunes app links are not working with WkWebview

One of the webpage I load into Wkwebview has the following iTunes app link https://itunes.apple.com/gb/app/xx-yy-zz/id435919263?mt=8 when it's opened I'm getting the following alert and here's the error that I've got. { "[errorCode]" = 0; …
dinesh R
  • 379
  • 3
  • 11
2
votes
1 answer

ITMS-90809: Deprecated API Usage - iOS 5.1.1

i've this: Ionic: Ionic CLI : 5.4.16 Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.4 Cordova: Cordova CLI : 9.0.0 (cordova-lib@9.0.1) Cordova Platforms : android 8.1.0, ios 5.1.1 Cordova…
1
vote
1 answer

ZDCChat matches UIWebView even after upgrading pod for WKWebView

I already upgraded UIWebView to WKWebView and even manually checked keyword UIWebView in my workspace and no more UIWebView. Also updated pods. But after hit command grep -r UIWebView . it always shows some pods are still matched…
Sunil Targe
  • 7,251
  • 5
  • 49
  • 80
1
vote
1 answer

ITMS-90809: Deprecated API Usage (UIWebView)

To check whether any of packages refers to UIWebView, I used grep -r UIWebView . command on my project directory from mac terminal and found the following output. Binary file…
Jay Bhiyani
  • 313
  • 1
  • 4
  • 14
1
vote
1 answer

Ionic Framework: ITMS-90809: UIWebView API Deprecation (followed all instructions, however I'm getting the deprecation message)

I'm using the Ionic Framework to build iOS apps. When I'm uploading a build to AppStoreConnect (to test it via TestFlight for example), I'm getting the well known deprecation message: ITMS-90809: Deprecated API Usage - Apple will stop accepting…
Kheber
  • 317
  • 1
  • 3
  • 13
0
votes
0 answers

Does it make any negative impact if I push the app to appstore with the warning Potential Loss of Keychain access

Facing an issue with the potential loss of keychain access after uploading the build to testflight in the transferred to an another appstore account. Tried recreating the profiles as mentioned in this…
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
1 answer

ITMS-90809 Error while uploading my app to app store connect

I've seen this error happening a lot and ive been searching for hours but nothing seems to solve this issue. when i send my app for review i get that error. its obviously cause i was using uiwebview and not the standard new one wkwebview. but i went…
Pylot
  • 233
  • 2
  • 16
0
votes
1 answer

Ionic Angular 90809 error when deploying to Apple

I did quite a research on this one, and even though it is a very common issue none of the solutions worked for me so I keep getting the dreaded: ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use…
MDompekidis
  • 335
  • 4
  • 13
0
votes
0 answers

ITMS-90809 Apple Rejected iOS Apps

I have an App using Objective-C iOS application. My App was Rejecting with feedback ITMS-90809 which is about UIWebview. I was using grep -r "UIWebview" . and got Crashlythic on the list, I also have to pod update the crashlytic to the latest…
bimasakti
  • 13
  • 2
0
votes
0 answers

How to trace "ITMS-90809: Deprecated API Usage" warning when it happens for 1 out of 2 environments that share the same pod settings?

We solved the "ITMS-90809: Deprecated API Usage" for the production build of our iOS app by removing "UIWebView" references even from comments and setting minimum AFNetworking version to 2.4. But it still happens for our unpublished beta build. They…
debonaire
  • 299
  • 3
  • 11
0
votes
1 answer

Apple Warning ITMS-90809: Deprecated API Usage received

I received a warning from Apple that I would use UIWebView API: "Apple will stop accepting submissions of apps that use UIWebView APIs". Problem is that I only use WKWebViews. It is a native app with a couple of dependencies. But no hybrid app. If I…
netshark1000
  • 7,245
  • 9
  • 59
  • 116
-1
votes
1 answer

ITMS-90809 error when deploying to Apple. App is on end of life

we have and app in end of life (this year) that we want to update. We use a really old cordova version, and we don't want to spend 1€ in maintenance. We updated a label and built the new version but the Apple store block us when we try to publish…
-2
votes
1 answer

Xcode objective C: How Clean code from UIWebView (ITMS-90809)

I use Windev mobile to developpe apps for both Android and IOS. For IOS apps, Windev mobile gave me an objective-c project that i should build in xcode then send to app store .. I'm know only basics of basics step on xcode and i need to clean my…
-3
votes
1 answer

Still getting warning "Deprecated API Usage from App Store Team"

Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView - From App Store Team. I'm not getting any results searching for UIWebView in my iOS app in Xcode, but still i'm getting warning "Deprecated API…
Kishore R
  • 7
  • 3