I have cordova push notification but i don't have accuracy data

i have cordova push notification but i don’t have accuracy data

image

my post send utf-8
and my server is java springframe work

i executed
Message message = new Message.Builder()
.collapseKey(collapseKey)
.delayWhileIdle(true)
.timeToLive(1300)
.addData(“message”, a).build();

MulticastResult multiResult;
multiResult = sender.send(message, tokenlist, 5);

message is image

i can’t understand

if you help me thank you

i solved it
my push register method exist controller.js
i moved push register method in $ionicPlatform.ready method in app.js
so that is good
but i can’t understand this situation
if you know you say me

i solved it
my push register method exist controller.js
i moved push register method in $ionicPlatform.ready method in app.js
so that is good
but i can’t understand this situation
if you know you say me