Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Registration token not getting added in subscriber application for android devices

Avatar

Level 5

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

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.

Avatar

Level 1

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!