Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 73

BigAnth
Aspiring developer
Profile
Posts: 133
Reg: Jan 25, 2012
Sunderland
2,780
11/28/13 01:03 PM (11 years ago)

App.io - what am i doing wrong ?

Hey Just signed up to App.io; app doesn't load after launch screen with the error "the app closed unexpectedly" App uses buzz carousel menu, game centre, parse & scringo. any help would be great
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/28/13 03:31 PM (11 years ago)
Does it work ok 'without' the app.io SDK ? If so, your issue will most likely be with app.io, or the way it is implemented. I also notice you're using scringo. Naturally, you can include more than one SDK in a project, but you also have to be sure that one SDK isn't hampering another SDK. This kind of situation may need a bit of testing. Cheers! -- Smug
 
BigAnth
Aspiring developer
Profile
Posts: 133
Reg: Jan 25, 2012
Sunderland
2,780
like
11/28/13 03:35 PM (11 years ago)
App is designed for ISO 7- app.io only runs 6.1. Is it easy to make the app compatible with ios6? Deployment is set to 6 but SDK base is 7 (dunno how to add 6) Thanks for comment
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/28/13 03:52 PM (11 years ago)
If the 'app' is designed for iOS 7, and 'app.io' is designed for 6, you're going to have a problem. If none of your code is 'really' iOS 7 dependant, you can try and compile for a lower iOS version; I often compile for iOS 5.1 because I support a couple of legacy devices. In your iOS 'General' tab, you have a choice to pick your 'deployment target' OS version. That is where you can see if your app can compile in a lower OS. If so, great. If not, you may be out of luck. https://dl.dropboxusercontent.com/u/115208762/DTiOS7.png Cheers! -- Smug
 
BigAnth
Aspiring developer
Profile
Posts: 133
Reg: Jan 25, 2012
Sunderland
2,780
like
11/28/13 04:10 PM (11 years ago)
Thanks smug I have already tried that and get various.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
11/28/13 04:19 PM (11 years ago)
It's a process of elimination. Pull app.io out of your app. If it compiles and runs, then you'll know where you'll need to focus your attention. Good Luck! Cheers! -- Smug
 

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.