Bug Report
Before opening
Ad Modules
Banner Ads
Platforms
iOS
Versions
- Android:
- iOS: 9
- react-native-fbads: 6.3.1
- react-native: 0.61.2
Hi,
I submitted my app to the app store and it was rejected with the following reason:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.
I looked into the archive (grep -r "UIWebView" .) and found fbads was using the class. Removed fbads from project and resubmitted and the app was approved.
Anyone found a solution to that? Any plans to update to WKWebView?
Thanks.
Bug Report
Before opening
Ad Modules
Banner Ads
Platforms
iOS
Versions
Hi,
I submitted my app to the app store and it was rejected with the following reason:
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability.
I looked into the archive (grep -r "UIWebView" .) and found fbads was using the class. Removed fbads from project and resubmitted and the app was approved.
Anyone found a solution to that? Any plans to update to WKWebView?
Thanks.