Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 10    Views: 150

Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
08/21/12 10:34 AM (11 years ago)

Parse Push Notification Service is not Working

Hi All, I watched the video tutorial: http://www.youtube.com/watch?v=vzmqCij-V1I However, my iPhone never prompts me if I would like Push Notifications. When I send Push Notifications as Tests from Parse, it does not come through. Thanks, Jake
 
theMonster
Code is Art
Profile
Posts: 435
Reg: Oct 18, 2011
US
8,050
like
08/21/12 10:36 AM (11 years ago)
Do you have the registration code in your app delegate?
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
08/21/12 10:37 AM (11 years ago)
Yes, both the ApplicationID and the clientKey. I was a little confused where to put: } } - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)newDeviceToken { //Tell Parse about the device token. [PFPush storeDeviceToken:newDeviceToken]; //Subscribe to the global broadcast channel. [PFPush subscribeToChannelInBackground:@""]; } - (void)application:(UIApplication *)application didReceiveRemoteNotifications:(NSDictionary *)userInfo { [PFPush handlePush:userInfo]; PFObject *testObject = [PFObject objectWithClassName:@"TestObject"]; [testObject setObject:@"bar" forKey:@"foo"]; [testObject save]; In my app delegate. Jake
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
08/21/12 11:02 AM (11 years ago)
Did you check the tutorial here on Buzztouch. There is a video and also a pdf. I don't know the exact urls but if you do a search it should help you get it working.
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
08/21/12 11:03 AM (11 years ago)
Do you have a URL for the PDF?
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
08/21/12 11:07 AM (11 years ago)
 
Jake Chasan
Veteran developer
Profile
Posts: 1685
Reg: May 13, 2011
location unknow...
29,650
like
08/21/12 11:36 AM (11 years ago)
But what about for iOS?
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
08/21/12 11:47 AM (11 years ago)
its there, search the page for ios or read the entire thread....
 
Mario @ Buzztouch
buzztouch Evangelist
Profile
Posts: 42
Reg: Nov 25, 2011
Frankfurt
10,920
like
08/27/12 09:15 AM (11 years ago)
If you Need the PDF Tutorial for iOS than send me an Email. I will send you the tut asap.
 
Dragon007
Lost but trying
Profile
Posts: 1509
Reg: Dec 17, 2011
London
20,590
like
08/29/12 08:42 AM (11 years ago)
Video 1 http://www.youtube.com/watch?v=DHG7V8q0I_E Video2 http://www.youtube.com/watch?v=vzmqCij-V1I Good luck, never been able to get Push going using Parse on iOS, real head banger.
 
Mario @ Buzztouch
buzztouch Evangelist
Profile
Posts: 42
Reg: Nov 25, 2011
Frankfurt
10,920
like
08/29/12 08:51 AM (11 years ago)
Parse is working with BadgeIcon now...It is not easy to integrate but it is working!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.