I'm missing just a little something --
I'm able to send apns running my wo-app in eclipse - I now send without
returning an error at least.
String payload = APNS.newPayload().alertBody("Alert!").build();
String token = "3a09e272 3668c411 .....";
service.push(token, payload);
I got my device token string from the return value on the ios device - so it
seems my device has properly registered - yes?
- (void)application:(UIApplication *)application
didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
The token string I'm sending from WO is the token string returned in my iOS
device but still no notification gets received?
Something I've missed or should check?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]