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
App submissions with the Firebase package get rejected with "ITMS-90809: Deprecated API Usage"
This is due to the use of UIWebView in the files: "PACView.h" and "PACView.m"
I am using android/gradle.settingsjetifier=true for Android compatibility?
I am using the NPM package jetifier for react-native compatibility?
android/build.gradle:
// N/A
android/app/build.gradle:
// N/A
android/settings.gradle:
// N/A
MainApplication.java:
// N/A
AndroidManifest.xml:
<!-- N/A -->
Environment
Click To Expand
react-native info output:
OUTPUT GOES HERE
Platform that you're experiencing the issue on:
iOS
Android
iOS but have not tested behavior on Android
Android but have not tested behavior on iOS
Both
react-native-firebase version you're using that has this issue:
e.g. 5.4.3
Firebase module(s) you're using that has the issue:
e.g. Instance ID
Are you using TypeScript?
N & VERSION
The text was updated successfully, but these errors were encountered:
tulpn
changed the title
🔥 UIWebView in PACView.h and PACView.m files (Ad Consent) - leading to reject with ITMS-90809
(:fire:) UIWebView in PACView.h and PACView.m files (Ad Consent) - leading to reject with ITMS-90809
Dec 17, 2019
Issue
App submissions with the Firebase package get rejected with "ITMS-90809: Deprecated API Usage"
This is due to the use of UIWebView in the files: "PACView.h" and "PACView.m"
Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:e.g. 5.4.3
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?N
&VERSION
The text was updated successfully, but these errors were encountered: