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);