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

Today I faced a problem while uploading my application to Apple app store. I did not check with warnings at first time when I upload to store. I uploaded, my application status changed from Ready for upload to Upload received . After few seconds the Status is changed ti Binary is Invalid. (Tip:- the received binary file have issues something like that.) When i check with warning, I seen this only one warning saying warning: iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don't meet the siz...
More

Titanium ACS API in PhoneGap

Appcelerator Titanium is Cross platform application development framework. Currently Appcelerator providing free cloud service for Now. There are two plans Tier 1 and Tier 2. Both are currently having limitations. But good for starting new applications. No need to write server side code, like basic things create users, like, chat and so on there by default. And Titanium Mobile SDK 2.0+ having cloud module. Using that we can create users, events, check-ins and so on. This ACS service is not only ...
More

Appcelerator Titanium Custom URL Scheme in iPhone and Android

Some times we have to call our app from another application which we have control (Both are our Apps). Even sometimes we need to provide option to users to open native app from our website page. For example calling mail composer using mailto: <a href="mailto:mailid@mail.com">Open email composer</a> . When End user click on this link it will open native email composer. same thing we can also do in our app also. For example <a href="appid://">open my app</a> it will open fr...
More