I was submitting my app to Appstore
and Appstore
send me that I have ITMS-90809
issue. I use Firebase
and Firebase
use UIWebView
in my app. Firebase
solved this problem after Version 6.8.1
- September 10, 2019. I want to update my pod but pod always install Firebase 5.20.2
.
How can I update Firebase Version 6.8.1
or latest version?
My podfile :
pod 'Firebase/Messaging'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
I tried pod update
. but not solved.
Also changed on my pod file
like that
pod 'Firebase/Messaging' '~> 6.8.1'
but this did not work.
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).
thanks.