Problem submitting apps in 1.40 if they have a space in their name
I have several apps that have a space in their name. So I setup the apps with a space in their names. I used to have to manually remove the space from the zip file before uploading it to iTunes Connect...
View ArticleInvalid Binary, why???
Hi, I'm trying to submit my app to Apple, but I always get the "invalid binary" response... I've used both titanium packaging system and xcode build: in the first case, I get the result file from...
View ArticleMeet ValidatorException when deploy a project
I create a project on win7 for windows platform. When package it, I meet following exception: sun.security.validator.ValidatorException: PKIX path building faild:...
View ArticleValidation failed, appicon.png: icon dimensions 0x0
I have been trying to validate my iPhone/iPod/iPad application but it keeps failing with the following error: iPhone/iPod Touch: appicon.png: icon dimensions (0 x 0) don't meet the size requirements....
View ArticleConfirm that someone entered a number (and only a number) into a field?
I have an iPad application with input fields. Some of the require a number be input, such as 6 or 10.25. I then do math with the inputs when the user clicks a button, by casting the value to Number()....
View ArticleValidate imageView
Hello I am trying to validate if a photo has been chosen from the photogallery and put into the imageview. Does anybody have a solution to this? Thanks!
View ArticleInvalid URL scheme when validating app
At some point since I last released a version of my app to Apple's iTunes service something has changed in either XCode or Titanium. I used to have no problems publishing my app, but now when doing so...
View ArticleAlloy - How to check duplicate model column value
In Alloy model, i have a column in which duplicate data (string) is not accept. How to validate it? thanks for your help
View Article"Generic Xcode Archive" from AppStore build process, no ipa
Earlier versions of builds produced an iOS App Archive that I could validate and distribute. Now, when I build with Titanium Studio, the output is a "Generic Xcode Archive" that cannot be verified. If...
View ArticleXcode Crash when trying to distribute to app store
I am on xcode 4.6.3 and my team member is on xcode 4.6, we are having problems when we try and distribute the archive to the app store via xcode organiser (initiated by the 'publish'/'distribute to app...
View ArticleValidation Methods
The example list at the following link: Validation shows the following example of using the validate function: validate: function (attrs) { for (var key in attrs) { var value = attrs[key]; if (key ===...
View Article