yoonjaepark / flutter_naver_login

A Flutter plugin for Naver Sign In.
BSD 2-Clause "Simplified" License
47 stars 70 forks source link

Fix ITMS-90809 error when submit app in store #11

Closed jeremylandon closed 4 years ago

jeremylandon commented 4 years ago

Recently, Apple introduced a new App Submission warning stating that they are formally deprecating UIWebView.

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.

This error blocks applications validation

Naver has updated their ios-sdk to fix this : https://github.com/naver/naveridlogin-sdk-ios/commit/41dd4a93192aa16ea39ea3aac6715eb03d741e46

This pull request just update the version of naveridlogin-sdk-ios in podspec to the latest version to be able to submit applications on the store.

yoonjaepark commented 4 years ago

I'll check it and apply it. Thank you, PR. 🙏🏻