Hi all, i use Firebase Messaging in my game.
My environment: Unity 5.6.2, Firebase for unity: 4.0.2
I build from Unity to Xcode project -> success
I build from Xcode to Game on iPhone -> success
But when i run it on iPhone, i got error:
2017-07-25 10:31:20.370179+0700 customer[415:90377] [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add `[FIRApp configure];` (`FirebaseApp.configure()` in Swift) to your application initialization. Read more: https://goo.gl/ctyzm8.
2017-07-25 10:31:20.370 customer[415] [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add `[FIRApp configure];` (`FirebaseApp.configure()` in Swift) to your application initialization. Read more: https://goo.gl/ctyzm8.
I do follow guide of firebase at: https://firebase.google.com/docs/ios/setup
Please help me
Many thanks!
↧