I'm implementing Push Notification in my app, it was working, but now the error is in two variables not defined in the Resource in google_app_id and gcm_defaultSenderId. When I try to add them manually in the resource of sure of first more in the second to see that I will execute already it accuses to me the error again (resource file and replaced)
What might be happening so they do not stay fixed in my application?
if(!GetString(Resource.String.google_app_id).Equals("000000000000000000000000000"))
throw new System.Exception("Invalid Json file");
Task.Run(() => {
var instanceId = FirebaseInstanceId.Instance;
instanceId.DeleteInstanceId();
Android.Util.Log.Debug("TAG", "{0} {1}", instanceId.Token, instanceId.GetToken(GetString(Resource.String.gcm_defaultSenderId), Firebase.Messaging.FirebaseMessaging.InstanceIdScope));
});