Cannot find GoogleService-Info.plist

I am trying to use FCM notification, i have added googleservice-info.plish as well in the project directory, but when i am testing on device i am getting error: Cannot find GoogleService-Info.plist.

Are you testing with live builds? If so try doing a build without that.

The GoogleService-Info.plist is not copied to the right folder when doing live builds, so it doesn’t work. 

Hi, 

Thanks for the update. Now i got it working. 

By the way you can also get it to work with live builds.

Just copy the GoogleService-Info.plist to the root folder of the app bundle after building.

You will of course have to do that every time you do a new live build.