You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple is no longer accepting binary submissions that reference the UIWebView APIs
I have removed the UIWebView from my app. But when I uploaded the iOS app on iTunes I still got the same message "Re: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs"
When I run the command: grep -r "UIWebView" .
then it returns: Binary file ./dSYMs/MRCountryPicker.framework.dSYM/Contents/Resources/DWARF/MRCountryPicker matches
I am using the latest version 0.0.8
Please let me know if you have fixed the issue?
The text was updated successfully, but these errors were encountered:
Apple is no longer accepting binary submissions that reference the UIWebView APIs
I have removed the UIWebView from my app. But when I uploaded the iOS app on iTunes I still got the same message "Re: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs"
When I run the command: grep -r "UIWebView" .
then it returns: Binary file ./dSYMs/MRCountryPicker.framework.dSYM/Contents/Resources/DWARF/MRCountryPicker matches
I am using the latest version 0.0.8
Please let me know if you have fixed the issue?
The text was updated successfully, but these errors were encountered: