push notification not receiving on devices, sending from Flash CC 2014(Air 18)

0 votes

I have create  an app from Flash CC2014,  with this app users are registering successfully and it appears in dashboard on App42 Cloud Api, but when i send Push notification it showed up in the Biling & Metering -> By Operation but not recieving on device.

 

// CODE 

import com.shephertz.app42.paas.sdk.as3.ServiceAPI;
import com.shephertz.app42.paas.sdk.as3.user.UserService;
 
import com.shephertz.app42.paas.sdk.as3.App42API;
import com.shephertz.app42.callback.App42FlashCallback;
import com.shephertz.app42.paas.sdk.as3.push.PushNotificationService;
 
 
import com.shephertz.app42.callback.App42FlashCallbackGetAllUsers;
import com.shephertz.app42.paas.sdk.as3.user.User;
 
 
var cb: App42FlashCallback = new App42FlashCallback();
 
 
App42API.initialize("bbb980141beb2bd46fd4063b9fa1d2bf536de98ed1d63d796d5cd9e1e84ad37e","1f9ef824af17e215d238db9afa3ec9ec3c5b32ffc10bfc2cc31df1ff241aa971");  
App42API.setLoggedInUser("Khawar") ; 
 
 
App42API.buildPushNotificationService().sendPushMessageToAll("this is a test message", cb);
 
 
 
 
 
asked Jul 7, 2015 in App42 Cloud API-BaaS by khawar_butt4 (10 points)

1 Answer

0 votes
Hello Khawar,

Are you getting any Push Logs under Unified Notification >> Push >> Logs section? If yes, than please share that logs with us. It wll help us to provide better suppport to you. If you have not enable it yet, than please enable it from App Manager >> Settings section of AppHQ Management Console.

P.S You have configure your keys under Unified Notification >> Settings >> Android/iOS Section.

 

Thanks,

Himanshu Sharma
answered Jul 7, 2015 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...