Registration token not getting added in subscriber application for android devices | Adobe Higher Education
Skip to main content
richac96395021
Level 4
October 31, 2019
Risolto

Registration token not getting added in subscriber application for android devices

  • October 31, 2019
  • 1 risposta
  • 3767 visualizzazioni

Hi team,

We have seen that in few of the cases the registration token is not getting added. These normally test subscribers. Please let me know your suggestions to identify the issue.

with regards,

Richa Chaubey

Questo argomento è stato chiuso alle risposte.
Migliore risposta di parveshp7822672

Hello Richa,

First, you should check, what response mobile app receiving when registering these users. It might be possible, these request has not been reached to adobe server.

Error code gives you some more information.

There is a file in JavaScript nms:appSubscription.js . This code registered the user in appSubscriptionRcp table.

Make sure all the required data for registerMobile function should be delivered to adobe campaign server.
It might be there is some condition of this function is not satisfied.

You can send a request manfully with Postman to the adobe campaign server. It will help you to debug it easily.

Thanks.
Parvesh.

1 risposta

parveshp7822672
Level 3
November 4, 2019

Hello Richa,

First, you should check, what response mobile app receiving when registering these users. It might be possible, these request has not been reached to adobe server.

Error code gives you some more information.

There is a file in JavaScript nms:appSubscription.js . This code registered the user in appSubscriptionRcp table.

Make sure all the required data for registerMobile function should be delivered to adobe campaign server.
It might be there is some condition of this function is not satisfied.

You can send a request manfully with Postman to the adobe campaign server. It will help you to debug it easily.

Thanks.
Parvesh.

Level 1
February 18, 2020

Hello parvesh,

Sorry for commenting with another question, but I'm having the same issue and you mentioned we can manually send requests to campaign.

Can I register the fcm token corresponding to an ECID in campaign standard via a postman request? What would be the endpoint and parameters necessary?

Thanks in advance!