Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
12/02/13 12:55 PM (11 years ago)

Parse.com

will anyone that has ios 3.0 parse push installed in their project be willing to send me your appDelegate.m file so I can see how to insert the parse code in my project. Joe [email protected]
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
12/02/13 01:09 PM (11 years ago)
I'd send you it Joe but I've actually not added it to any of my 3.0 projects yet. I don't think it would be much different if you have a 2.0 project with it successfully, if I remember correctly there's not much injection into the actual code, rather, added functions, but I can't say for certain... Best of luck, parse is a good way to go! Cheers, David https://buzztouchmods.com/market
 
Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
like
12/02/13 01:20 PM (11 years ago)
can you send the 2.0. I agree it should be what I need
 
Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
like
12/02/13 01:21 PM (11 years ago)
#import <AVFoundation/AVFoundation.h> #import <MediaPlayer/MediaPlayer.h> #import "BT_loadConfigDataViewController.h" #import "BT_viewController.h" #import "BT_navController.h" #import "BT_tabBarController.h" #import "sensors_appDelegate.h" #import <Parse/Parse.h> @implementation sensors_appDelegate @synthesize showDebugInfo, statusBarStyle, navBarTitleTextColor; @synthesize window, rootNetworkMonitor, rootApp, rootDevice, rootUser, currentMode, uiIsVisible; @synthesize configurationFileName, saveAsFileName, modifiedFileName, isRefreshing; @synthesize audioPlayer, soundEffectNames, soundEffectPlayers, receivedData, contextMenu; //didFinishLaunchingWithOptions... -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ [BT_debugger showIt:self message:[NSString stringWithFormat:@"didFinishLaunchingWithOptions%@", @""]];
 
Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
like
12/02/13 01:23 PM (11 years ago)
where is this installed
 
Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
like
12/02/13 01:23 PM (11 years ago)
Then paste the following inside the application:didFinishLaunchingWithOptions: function: [Parse setApplicationId:@"IgKBLMSkSKhwO37PXJ2LFHSvPAlBosH75f4Iytbn" clientKey:@"pMqZNVknQEhPcGDnI4xBRkpCQ2HCC43dsGeHH6rF"];
 
Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
like
12/02/13 01:24 PM (11 years ago)
i am not sure what to place and where to place it. with or with out brackets. I think 2.0 would be clear what do you think
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
12/02/13 01:25 PM (11 years ago)
Emailed! Best of luck! EDIT: You should edit your posts, don't double post like a chat, just edit your post and add info if no-one has replied yet :-) You have 5 posts right after another before this one. David https://buzztouchmods.com/market
 
Joe Sprott
Code is Art
Profile
Posts: 414
Reg: Aug 20, 2011
Melbourne, FL
10,290
like
12/02/13 01:27 PM (11 years ago)
thanks David
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
12/02/13 01:28 PM (11 years ago)
No problem mate! David https://buzztouchmods.com/market
 
AlanMac
Aspiring developer
Profile
Posts: 2612
Reg: Mar 05, 2012
Esher, UK
37,120
like
12/03/13 02:06 AM (11 years ago)
There is an issue reported by @Farcat, which I have also found. Using parse push can make your app fail to initialise if the internet isn't available. http://www.buzztouch.com/forum/thread.php?tid=6CA00EEDDED359A3AF7D260&sortColumn=FT.id&sortUpDown=DESC&currentPage=1
 

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.