Community Questions & Answers
copy files create an alias not a file
when i try to copy files from temps directory in my app to resourceDirectory it's creating a alias files not original file . Any ideas ?? thanks ~~~ var oldfile = Ti.Filesystem.getFile(Ti.Filesystem.applicationDataDirectory,'old.txt'); var newfile =...
Setting Tags/Alias for Rich Push Users Using Urban Airship Module
The Problem: No tags/alias for rich push users ======= [Appcelerator's Urban Airship module](https://marketplace.appcelerator.com/apps/784?1129836601) works great. The push users being created have my custom tags and alias. **But my rich push users do not...
App with required login, when to call device registration for push?
I have Urban Airship working with my app for push notifications. I added the register code to app.js, but i have a few questions: 1) It seems to me I should only need to register a device after a successful login (so i can attach the userid Alias). My...
Key Store data?
Hey guys, I signed up to the Android market place, today, and it gave me a key store public key. When using Titanium, it asks for the key password and alias. How do I get those values? I never entered them when signing up and there's no way to retrieve...
Global Namespaces & Aliasing
I'm trying to create a custom namespace, with functions & data that is globally available by creating it off of Ti.App. As I don't want to call Ti.App.myNamespace everywhere I am creating an alias in the window. However, it seems that I am only able...
Showing 1-5 of 5