Hello,
I’m having a problem upload the plugin cordova-plugin-firebase-messaging in IOS App Store.
After compiling in volt, on log I have some warnings about IPHONEOS_DEPLOYMENT_TARGET, see:
/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target ‘GoogleUtilities’ from project ‘Pods’)
/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target ‘GoogleDataTransport’ from project ‘Pods’)
/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target ‘FirebaseCoreInternal’ from project ‘Pods’)
But, the app go to IOS development and there is rejected because 2.1.0 Performance: App Completeness.
My config.xml have in IOS:
<plugin name="cordova-plugin-firebase-messaging" source="npm">
<variable name="IOS_FIREBASE_SDK_VERSION" value="9.6.0" />
<variable name="ANDROID_ICON_ACCENT" value="#ff18346e" />
<variable name="ANDROID_FIREBASE_BOM_VERSION" value="30.3.1" />
</plugin>
In preferences IOS I have:
<preference name="pods_ios_min_version" value="12.0" />
<preference name="deployment-target" value="12.0" />
<preference name="pods_use_frameworks" value="true" />
<preference name="FIREBASE_ANALYTICS_COLLECTION_ENABLED" default="false" />
<preference name="FIREBASE_PERFORMANCE_COLLECTION_ENABLED" default="false" />
<preference name="FIREBASE_CRASHLYTICS_COLLECTION_ENABLED" default="false" />
<preference name="FIREBASE_FCM_AUTOINIT_ENABLED" default="true" />
This is the log that received in IOS Store crash_log
Could anyone help for resolve this in IOS for will work PUSH?