Re: state of apns?
Re: state of apns?
- Subject: Re: state of apns?
- From: Jesse Tayler <email@hidden>
- Date: Wed, 29 Jun 2011 13:36:54 -0400
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden