-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ITMS-90809: Deprecated API Usage #30
Comments
@spike1292 @jboeijenga @evanrooijen Not sure if anyone get the notifications on issues, so I'm just mentioning you guys here :-) Sorry for nagging. I did a quick test by replacing the I could help by submitting a PR with the updated libraries (at least for iOS), but I don't really know how. |
Any update on this issue? |
Hi @mrpaaske, Currently i'm not on the mobile team anymore. |
A good start is looking at https://docs.nativescript.org/plugins/plugin-reference
with the new types you can possibly spot api differences, but you should take a look at the adobe changelog to be sure if there aren't any breaking api changes. i hope this will get you on track |
Hi @spike1292, We will talk to our product owner about this and will try to convince her to pick this one in our next sprint. As far as I can see, there is no exact date when Apple will start rejecting the builds because of this, that makes harder prioritizing this one. |
This just got a bit more urgent: 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/documentation/uikit/uiwebview). @b-ivanovic Did you get this prioritized? :) |
It's planned for our next PI which ends at end of August. The decision is based on the information that Apple will be accepting existing applications with UIWebView until December this year. We still don't know when exactly it will be picked up within this period (could be in 2 weeks or in 3 months). I'll try to push it. |
Thank you, we haven't launched our app yet, so this is currently blocking us. Thanks for helping! |
@b-ivanovic do you have any updates on this issue? |
We updated source code to use the latest version of Experience Cloud SDK, it's pushed to master branch. It's now released under different name on npmjs. You can find it here: https://www.npmjs.com/package/@essent/nativescript-adobe-experience-cloud. |
Thanks, @b-ivanovic, that's great news! Edit: Sorry, I was on the develop-branch.. Thanks again! |
No problem! |
After submitting an app with this plugin we get this warning:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.
I assume this is because the native library from Adobe contains some reference to it, so it might be solved by issue #28
The text was updated successfully, but these errors were encountered: