Josh Jensen

Results 8 comments of Josh Jensen

Check out count.ly. They have a really nice free offering and it's open source. That is what we are using now. On Feb 9, 2013, at 6:10 PM, Matthew Congrove...

I found that it has to do with where TiShadow stores the app data. So in the controllers/index.js file I added: ``` javascript Ti.App.Properties.setString("resourcesDirectory", Ti.Filesystem.resourcesDirectory); if(Ti.App.name === "TiShadow") { Ti.App.Properties.setString("resourcesDirectory",...

Yes, thank you and thanks for taking care of the ticket.

@mcongrove As far as I know. I have not tested it yet.

Do you know if the error message says anything about the network request happening on the main thread? On November 23, 2013 at 2:02:22 AM, Matthew Congrove ([email protected]) wrote: Any...

One of the ways that I have gotten around that limitation is to create a message "stream" in a json file. Then you can populate lists or do a bunch...

Since each person that installs the app will essentially have an account for push notifications. It should be possible to give people the option to sign up later under settings...