Search found 5 matches

by martinK
Tue Apr 02, 2013 4:51 am
Forum: iOS Deployment
Topic: Authentication and Photo Gallery
Replies: 3
Views: 3983

Re: Authentication and Photo Gallery

Hi I need help with code that adds photos to MySql Database. Please tell me what I am doing wrong with my code.     put "CREATE TABLE Images (image1, image2)" into tSQL     revExecuteSQL sDatabaseID, tSQL put the imagedata of image "A" into tImageData1 put the imagedata of image "B" into tImageData2...
by martinK
Fri Jan 18, 2013 6:32 pm
Forum: iOS Deployment
Topic: iOS6 / iPhone5 app crashes
Replies: 24
Views: 19447

Re: iOS6 / iPhone5 app crashes

Hi
iOS 5, Arm7, 5.5.3
I found out that when I use "iPhoneCommands" in my code the app crashes especially on launch when I am setting up my scroller.
On removing these commands, app works just fine!
I guess I now have to try scrolling with Animation Engine.

Martin
by martinK
Fri Oct 05, 2012 7:01 am
Forum: iOS Deployment
Topic: Provisioning profile issues
Replies: 5
Views: 5858

Re: Provisioning profile issues

Works!! This was evidently DIVINE intervention. Seems like Xcode was automatically picking up the wrong Profiles, key step here is (after following the steps above - THANKS GUYS) click the refresh button under the Provisioning profiles tab in organizer so Xcode picks up the right profiles from your ...
by martinK
Tue Oct 02, 2012 5:12 am
Forum: iOS Deployment
Topic: Provisioning profile issues
Replies: 5
Views: 5858

Re: Provisioning profile issues

Thank you for your response. I have tried this and now my simulator is misbehaving! Its not launching anything. I have noticed in my Organizer window, my profiles are valid but in the team column, it shown unknown. Would you know why Xcode is not recognizing my team name? It is the one thing that ha...
by martinK
Sun Sep 30, 2012 6:22 am
Forum: iOS Deployment
Topic: Provisioning profile issues
Replies: 5
Views: 5858

Re: Provisioning profile issues

hey John

Thank you for your post. It has given me hope! I am facing the same problem right now and I am yet to solve it. Do you have any additional info on this error? A few detailed steps would really help me out.

Martin