Hey guys, Im using FCM unity sdk for the android platform of my game, but I don't want the use the iOS part because I have already integrate APNs.
I found some topics about this, but all of these dont work.
https://github.com/firebase/Firebase-Unity/issues/123
http://lisits.in/removing-firebase-for-unity-ios/
I removed all plugins in 'iOS' folder, and disabled settings in iOS Resolver but still got this error.
No GoogleService-Info.plist files found in your project.
How could I do it? Thanks.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/e949f864-926a-4362-8c67-8372e2cd2fde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Vincent,The error you're seeing is coming from the Firebase editor plugin (Firebase/Editor/Firebase.Editor.dll). Easiest thing to do is drop a GoogleService-Info.plist into your project to silence the error. If you have Cocoapod integration disabled and all Firebase managed DLLs (under Firebase/Plugins and Firebase/Plugins/iOS) disabled for iOS, Firebase will not be initialized in your project.Cheers,Stewart
On Wed, Jan 31, 2018 at 7:33 PM, Vincent Chou <omeg...@gmail.com> wrote:
Hey guys, Im using FCM unity sdk for the android platform of my game, but I don't want the use the iOS part because I have already integrate APNs.
I found some topics about this, but all of these dont work.
https://github.com/firebase/Firebase-Unity/issues/123
http://lisits.in/removing-firebase-for-unity-ios/
I removed all plugins in 'iOS' folder, and disabled settings in
iOS Resolverbut still got this error.No GoogleService-Info.plist files found in your project.How could I do it? Thanks.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.