{
"result": "ok",
"data": [
"Payload received: {\"users\":[\"a1\"],\"message\":\"This is a test message!\"}",
"Payload message received: This is a test message!",
"users: [\"a1\"]",
"Users extracted: a1",
"profiles: null",
"Profiles computed: 1",
"Profiles validation: true",
"Processing user a1 ...",
"... system properties _BB_UserAttributes#14:49{login_info:[0],signUpDate:Fri Jul 08 19:34:09 UTC 2016,_allow:[2]} v1 ...",
"... the message will be sent to 0 device(s)...",
"... retrieving device(s) info...",
"... retrieving app(s) push configurations and sending notifications...",
"...... profile 1 ...",
".... profile: 1 ",
"...... configuration: {IOS_CERTIFICATE=<hidden>, APPLE_TIMEOUT=0, IOS_SANDBOX=true, IOS_CERTIFICATE_PASSWORD=aspirina, ANDROID_API_KEY=<hidden>} ",
"......... sending to 0 iOS device(s)...",
"......... sending to 0 Android device(s)...",
"Service result: false, false, false, false, false, false"
],
"http_code": 200}
BAAClient *client = [BAAClient sharedClient];
[client askToEnablePushNotifications];
Then, the baasbox console message must change this:
"... the message will be sent to 0 device(s)...",
I'm not receiving the PUSH in SANDBOX but it must be for another reason