0

This sounds ridiculous but I am banging my head for the past 2 days. Deeplink and FirebaseMessagingService are working absolutely perfect when I run the app through Android Studio. Neither deep link nor onNewToken() method is not called when I install the app manually by building the app through Generate APks. Really, I have no idea about this strange issue. Any help would be appreciated.

Jaya Prakash
  • 83
  • 4
  • 11

1 Answers1

2

I think you have only saved debug SHA1 key on Firebase. You also have to save your release SHA1 key on Firebase. Here is link how to create the release SHA1 key

Muhammad chhota
  • 1,487
  • 1
  • 11
  • 24