I will appriciate to you if you reply my trouble.
I was deployed new version for Temp Connect App, but it still send me the following warning.
/*********************************************************************************************************************************
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs
/*********************************************************************************************************************************
I am not sure why it happens.
I am using react-native-firebase and react-native-webview package.
I noticed the react-native-firebase FNAuth was using UIWebView component for authentication, so I upgrade the pod version 6.8.1
pod 'Firebase/Core', '~> 6.8.1'
pod 'Firebase/Auth', '~> 6.8.1'
pod 'Firebase/Firestore', '~> 6.8.1'
pod 'Firebase/Storage', '~> 6.8.1'
I don't have any package with UIWebView component.
I hope to solve this issue asap.
Looking forward to your reply.
Best Regards
React Native UIWebView issue
React-native-webview moved away from UIWebView quite a while ago, so if you're using a recent version of it, you should be fine.
Maybe check that FNAuth has done the same.
Maybe check that FNAuth has done the same.