Implementation of push messaging in Android
Hi all,
based on the official documentation https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-analytics-mobile-services#set-up-push-messaging related to the integration of the push messaging there is no mention about the fact that in order to receive push messaging it is necessary to create a class that extend FirebasemessagingService and implement the onmessagereceive method (explained here https://firebase.google.com/docs/cloud-messaging/android/receive). The result is that if we follow only the official instructions (retriving and send the token to mobilecore throught the setPushidentifier function) messages aren't received and showed in the application.
Could someome confirm that in every implementation it is necessary also to implement code to handle and show the messages sent by the Adobe Mobile Marketing console?
ThankYou in advance
