Mobile app subscription for ACS does not work
Hi, I am trying to set up MobileApp channel in ACS for sending push notifications, but unfortunately it does not work for me. What I have currently:
* I have written a basic Android application which shows the notifications and set it up in Google Cloud Messaging. I have tried it with Firebase and it works fine.
* I have set up my application on mobilemarketing.abode.com according to the documentation, also I put some code to my mobile app to send analytics data and it works fine, so I can see my activity on mobilemarketing.adobe.com.
* I have set up the MobileApp channel in ACS and set up the "marketingCloud/org" node in the ADBMobileConfig.json according to the documentation, but it does not work, so I cannot see my registration token in ACS under the mobile application / subscribers list.
I have debugged my Android application and for me it looks like that there is a _marketingCloudServer instance in the VisitorIDService class which is currently null, since I don't have "marketingCloud/server" node in ADBMobileConfig.json. If I put my values there then the _marketingCloudServer won't be null (of course), but I still cannot subscribe my application.
What I miss? Could somebody give me some advices?
Thank you in advance.