Discussion Forums  >  Uncategorized

Replies: 10    Views: 232

AppBuilderUSA
Aspiring developer
Profile
Posts: 103
Reg: Feb 21, 2011
Columbus Ohio
1,730
02/08/12 02:56 PM (12 years ago)

integrating push with Parse

Has anyone had trouble integrating Parse into a buzztouch project? I tried in Android and it does not seem to work, I've been in contact with Parse and they say it could be something within Buzztouch, just looking for some feedback. Does anyone know of any ways to integrate push into Android/iOS projects that are easier than Parse or Xtify? Thanks!
 
MacApple
Apple Fan
Profile
Posts: 4674
Reg: Oct 25, 2010
USA
61,140
like
02/08/12 05:13 PM (12 years ago)
Parse works a treat on BT. Have yet to use it in Android though, I looked at a few and Parse was certainly easiest for me. Did you try it on iOS or just Android?
 
AppBuilderUSA
Aspiring developer
Profile
Posts: 103
Reg: Feb 21, 2011
Columbus Ohio
1,730
like
02/08/12 05:19 PM (12 years ago)
Android only, how bad was Apple? I'm not a dev and am dreading it
 
MacApple
Apple Fan
Profile
Posts: 4674
Reg: Oct 25, 2010
USA
61,140
like
02/08/12 06:21 PM (12 years ago)
Spent a couple or 3 hours on a Saturday and got it, wasn't too bad at all.
 
aquila198
buzztouch Evangelist
Profile
Posts: 473
Reg: Jul 22, 2011
location unknow...
10,330
like
02/08/12 07:38 PM (12 years ago)
** small disclosure: MacApple is a coding ninja. don't let his humbleness, excellent advice and support fool ya **
 
MacApple
Apple Fan
Profile
Posts: 4674
Reg: Oct 25, 2010
USA
61,140
like
02/08/12 07:47 PM (12 years ago)
@aquila198 I know nothing, I don't deserve the shout out. I did .net at college and slept through most classes, it was a simpler time! Cheers for kind words though. All my achievements are built on the shoulders of others. Apart from my gardening skills, no wait, thanks to my wee mum for that as well! @BlueSMS Would be glad to help you with Parse on iOS, couple of three decent threads on here about it. I've been distracted recently and haven't spent as much time on here as I like to. Hopefully have a few thing that will come together soon and will be able to spend more time on here again. Really mean to put together a parse tutorial togetherr, promise the next time I drop it in an app I will!
 
AppBuilderUSA
Aspiring developer
Profile
Posts: 103
Reg: Feb 21, 2011
Columbus Ohio
1,730
like
02/09/12 05:25 PM (12 years ago)
yeah if you have any kind of checklist even that would be great, I know there are several steps on the Parse side as well as things that need done on the Apple side, I just wish I could find a checklist of sorts of all the things that need done for it to be setup. Thanks for all the info though, I really do appreciate it!
 
Rad Doc
Apple Fan
Profile
Posts: 653
Reg: Oct 08, 2010
USA, NYC
8,580
like
02/12/12 05:10 AM (12 years ago)
@bluesms, would you hav any documentation on how you installed parse for android.?
 
Chacka7
buzztouch Evangelist
Profile
Posts: 113
Reg: Oct 29, 2011
London
1,330
like
02/14/12 07:19 AM (12 years ago)
I'm interested in this post (so I am just posting here to subscribe). I have input push in IOS, but have yet to input in my android apps.
 
Warren Evans
Apple Fan
Profile
Posts: 277
Reg: Jan 28, 2012
Effingham IL
17,400
like
03/25/12 11:20 AM (12 years ago)
@MacApple - I am in need of some help with Parse on the iOS side. (Haven't even attempted the Android side yet.) I am using the Parse tutorial, can get the simulator and my iPhone to send the test data to Parse. When I add: - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)newDeviceToken { [PFPush storeDeviceToken:newDeviceToken]; // Send parse the device token // Subscribe this user to the broadcast channel, "" [PFPush subscribeToChannelInBackground:@"" block:^(BOOL succeeded, NSError *error) { if (succeeded) { NSLog(@"Successfully subscribed to the broadcast channel."); } else { NSLog(@"Failed to subscribe to the broadcast channel."); } }]; } Xcode gives me "! Invalid argument type 'void' to unary expression" I contacted Parse; they said it was an Xcode problem. I sent my code to them and they have not responded (8 days). Any ideas? Thanks in advance - Warren
 
Mr X
buzztouch Evangelist
Profile
Posts: 3
Reg: Oct 19, 2011
Geneva
30
like
05/08/12 07:47 AM (12 years ago)
you have solution ?
 

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.