Real World: Using Legacy Web Services with Mobile Apps

I’m sure we would all love to work in an environment where as soon as a cool new technology is available we can switch everything over! The reality is we don’t (or at least the people I get to talk to don’t!) So for many the mobile dilemma is simple… how do I get to … Read more

Azure, iOS and enterprise deployment

If you want to deploy an iOS application provisioned under an enterprise license on an IIS box the steps are simple enough: – Create a folder where the .ipa file will be stored such as \inetpub\wwwroot\myApp – Create a manifest (.plist) file, here is an example of what that should look like [code language=”xml”] <?xml … Read more

110% DX ? DXTREME

Before everyone starts messaging me and telling me 110% is not possible, just listen ! For weeks I’ve been watching the countdown over at DevExpress promising to announce something cool. Well tonight 6pm AEST all was revealed – DXTREME In a nutshell, 3 tools in 1 – developing rich cross platform applications, and it looks … Read more

icon dimensions (0 x 0) don’t meet the size requirements

Welcome to Apple World: Submit – Fail, Submit – Fail, Submit – Fail It certainly was not the first iOS App I had tried to submit, yet here I am, seeing the same ambiguous error: iPhone/iPod Touch: icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 57×57 pixels, … Read more

SIGABRT – unrecognized selector sent to instance

I received an SOS from a mate asking to see why his $1,000,000 app making idea was crashing at the first hurdle. Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[MyAnnotation objectForKey:]: unrecognized selector sent to instance 0x73be080’ If there is one thing the last three years of xCode development has taught me, it’s that … Read more