Community Questions & Answers
Open a file in an external App on iOs
Hi, I know that in iOs I can register the file types my App supports using the CFBundleDocumentTypes key in the info.plist property list file. In an App I need to do the inverse process. I need to know if there are other apps that supports PDF files and...
not able to update bundle id correctly in .plist file
Hi I am getting the following error when I try to upload a bug fix version of the iphone app to app store http://justpaste.it/2ife Does anyone know how to fix this. I changed the id in the info.plist file and did a clean build and packaged for...
Cleaning Project resets Info.plist in Resources directory
I really got tiered of re-adding the fonts in Fonts **provided by application**, for some reason everytime I **Clean* my project, that property in Info.plist in my Resources directory gets removed, or the whole Info.plist gets reset. I need to clean my...
titanium adding cusomt fonts without copying info.plist
Hi i there a way to add custom fonts to titanium without copying the info.plist file to the project folder and then adding them there that i the setup i currently have. But i am using the sharekit module and the facebook section of this doesn't work if i...
Facebook single sign on callback with SDK 3.0
I'm currently working on a project where a user signs in with his or hers facebook account using the facebook functions built into Titanium. I wanted to use the single sign on (SSO) functionality, and added the `ti.facebook.appid` property to my...
TI 3.0: Custom info.plist broken after compiling
I'm using a custom info.plist to include a font in my iPad app. When I compile the project the info.plist is unreadable afterwards (starting with "bplist00? ...") and the fonts aren't included in my app. Was working fine with TI 2.x. Is there a...
Building for iTunes distribution when I have an invalid Info.plist
SDK **2.1.3RC2** Studio: **2.1.2** Platform: **iPhone** Host: **OSX, 10.8.2** Simple problem: my app's name includes a '@' character. It's for a client's campaign, and I can't change that. I've already built the app using SDK 2.1.2 and it's on the iTunes...
Tutorial on migrating your tiapp.xml file to the newer 2.1 format, and setting custom Info.plist values
I noticed that the 2.1.0 changelog mentioned the ability to set custom Info.plist values in the tiapp.xml file. As part of the changeover a number of tiapp.xml settings are now deprecated. If you want a working example of how to migrate your file to the...
Using Symbols in app name
Hi, When I submit an app to the app store with a symbol in the name, I am not allowed to do this because symbols are not allowed in the executable name found in the info.plist file. However, I would like to change the Product Name so that the app name...
HTTP Live Streaming
Hi, I'm using live streaming and need some advice. At times, I'm not responsible, nor can I control the bit rate of a video stream. It may well be over 64kbps. In order that my app doesn't get rejected, I will make sure that before the videoPlayer is...
Validation Failure
I get this error when validating app for submission to App Store: `CFBundleShortversion should be higher then previous upload` I've changed the version number from 1 to 2 in my tiapp.xml file and in my itunes connect too but I still get this error. I...
Danish language in info.plist
Hi... Im trying to edit my info.plist to change "Localization native development region" from English to Danish. But Danish is missing .. Who do i get Danish so I can get danish texts on system buttons (iphone) ? Another thing is, that when i...
App Icon Name Bundle Display Name
Hi, I can't set the App Icon Name or Bundle Display Name. I have tried changing various variables in an Info.plist file in my root copied from the build folder, and I can see that the new one generated in the build folder has those settings. Everytime I...
Titanium Studio and info.plist
Hi! I have a noob question, my project is created on Titanium Studio and i want embed font using info.plist but this file doesnt exist! how I can create it? Thanks!
Use info.plist.template for custom fonts?
Hi! I want to use a custom font in my project. Everything works fine, when copying the Info.plist file from the build-directory to the "project root" and adding those lines: ~~~ <key>UIAppFonts</key> <array> ...
Add UIRequiredDeviceCapabilities to info.plist
From what I can tell, I'm supposed to add an UIRequiredDeviceCapabilities entry to the Info.plist file because my app requires location services and the GPS. But, I don't see that option in the properties list editor. 1. Double-click Info.plist 2. Click...
info.plist.template Titanium SDK 1.4.0
I modified CFBundleDevelopmentRegion and CFBundleDisplayName in the info.plist.template, and built the project. After I tried to run in the Emulator, the info.plist showed up unmodified. I also tried to move the modified info.plist to the project root,...
Any way to edit the UIRequiredDeviceCapabilities key in Info.plist?
My app was rejected today by Apple because it requires an iPhone with GPS capabilities and the info.plist doesn't designate that, despite me setting that key in the plist template. I noticed there's currently a bug for this:...
Info.plist.template not working under 1.3.x
Hi there, for my project I need to change some stuff in Info.plist. So I changed the Info.plist.template but these changes are not reflected in the generated Info.plist. This works under 1.2.0 but not under 1.3.x (I tested the latest 1.3.2 as well). I...
Ti.App.getVersion not returning version in tiapp.xml
I've been using this on the same project for weeks; it seems to have suddenly stopped working, e.g. in Titanium Developer Edit tab, I set the Version to "0.4" (and verify it is "0.4" in both tiapp.xml and in Info.plist Bundle version)....
App works with Wifi but not with 3G
Hi, My app is working perfectly on Simulator and in the iPhone when Wifi is enabled, but it doesn't work when I turn off the Wifi and try to use my 3G connection. Any tips? Is it related to the info.plist or any other configuration? Thanks
info.plist edits aren't kept.
I'd like to add an item to the plist to turn off the "glare" that the iPhone adds to the app icon. it seems I need to add the following: <key>UIPrerenderedIcon</key> <true/> But those changes are not kept. Every time I test -...
Change info.plist after packaging
Hi there, So I've just sent my first app to Apple for approval. The app name is a little long, so for the next update I'd like to change the app label on the homescreen to something shorter. So how can I change the Info.plist file after packaging my app...
Showing 1-23 of 23