Unknown error with the FCM server

One of my apps are facing the following problem:

Here is the log:

2020-03-03 11:08:04 [DEBUG ] | PushResponseError: OrderedDict([(‘push_message’, PushMessage(to=u’ExponentPushToken[th1uZpDhIU_iJDSBhSF9B-]‘, data={‘message’: u’\U0001f364\U0001f35aJ\xe1 conhece o nosso Risoto de Camar\xe3o \xe0 Tailandesa?\U0001f965\U0001f336’, ‘title’: u’Verde Vicio’}, title=u’Verde Vicio’, body=u’\U0001f364\U0001f35aJ\xe1 conhece o nosso Risoto de Camar\xe3o \xe0 Tailandesa?\U0001f965\U0001f336’, sound=‘default’, ttl=None, expiration=None, priority=None, badge=None, channel_id=None)), (‘status’, u’error’), (‘message’, u"There was an unknown error with the FCM server. See this error’s details for more information."), (‘details’, {u’fault’: u’fcm’, u’fcm’: {u’error’: u’MismatchSenderId’}})]).

The strange thing is: When im using this app on test flight, for example, its works, but when its go to store, doesnt work.

  1. SDK Version: 36
  2. Platforms: All

Can, anyone, help me?

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.