System.out.println(msgA);
// Send the notification
service.sendAPN("<my device token>", msgA);
// Increments the badge value.
msgA.incrementBadge(2);
// Send the notification
service.sendAPN("<my device token>", msgA);
// Create a complexe notification.
APNMessage msgB = new APNMessage();