-
Notifications
You must be signed in to change notification settings - Fork 352
Make clear that this Library is Deprecated #440
Comments
Yes. I only found out by accident when I tried to submit an app to the AppStore. In my case, I already moved to Xamarin.Essentials as hinted in #432. However, my code still depends on the Account class provided by Xamarin.Auth which is why it is still referenced in my code. |
@Mephisztoe how did you upload it to the AppStore while you still depend on Xamarin.Auth? We currently encounter this Problem because we recently reworked our complete authentication using Xamarin.Auth and just found out that we can't upload the apps using this new authentication to the AppStore. So we need to rework our authentication again. |
Someone should fork this and continue maintaining it - Xamarin Essentials has nowhere near enough functionality (refresh tokens, PCKE) |
I have apps that use this and still submit to the app store, why are you getting issues on submission ? |
I got this in my email from AppStoreConnect just today for a new app, i believe updates will start being rejected in december. 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) |
oh that, either replicate it all and whip it out or wait till this gets merged. |
I also got the same message multiple times. 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) Anyone is having any patch solution on this, Otherwise, I need to scrap my app to the bin. Help me guys, I trying to upload build in a test flight from last 1 week. |
For us, we moved to this approach But we did have lots of issues with the linker, so adding plenty of |
All I did was make a local copy, do the same changes as in that pull request to remove the old stuff (it already has the new stuff!) , Build and manually link the DLL. Took about 1hr. |
I sent that pull request. While waiting for it to be reviewed and merged, I use a DLL built locally to submit the new iOS version. Just give it a try as the workaround solution. |
I submitted an update to Apple with my modified version of this library and I no longer get the warning so either they need to accept such a pull request or make it yourself |
It is not clear that this Library is not maintained any longer and can not be used when you want to upload your app to the apple store due to #423 #432 .
You can only know it if you find this comment: https://github.com/MicrosoftDocs/xamarin-docs/issues/2613#issuecomment-601227768
The text was updated successfully, but these errors were encountered: