can appcelerator use NSUserDefaults on iphone? - nsuserdefaults

I'm trying out the version 1.2 appcelerator and wanted to use the NSUserDefaults with it... has anyone tried that before??
I can find it in the docs... :{
thanks!!

Check out Titanium.App.Properties: http://developer.appcelerator.com/apidoc/mobile/1.2/Titanium.App.Properties

Related

Rate App Functionality using cocos2d-x 3.2

I want to Rate my app using Cocos2d-x 3.2 for both android and ios. I searched a lot on community & forums and at all possible places but I don't get proper results. Is there any free plugin available who can solve my problem easily? Please help. Thank you.
We have been using this, It may be a little old.
But, you can try and use this:
https://github.com/nicklockwood/iRate

Is there any third party which can support by both iOS4 and iOS5?

Is there any way to develop web-service base application using third party json which can run on both iOS5 and iOS4? So, It can be run on both iOS4 And iOS5.We know that iOS5 is not supporting third party json library where iOS4 is not supporting NSJSONSerialization. Please help me, If anybody know any solution and way to do this.
Thanks In Advance.
Use JSONKit. Everybody's using it, it's simply and very fast.

how to integrate the newsstand in app

I would like to integrate new feature of iOS5 NEWSSTAND in my app. But i m get confused how to start. Can anybody help me ? is there any sample code for it ? can anybody know how to implement it in our app.
Thx
A very nice tutorial for creating Apple NewsStand apps
http://www.viggiosoft.com/blog/blog/2011/10/17/ios-newsstand-tutorial
Well you could start with the Apple documentation: NewssstandKit Framework.

Integrating weather information in iphone

Can anyone tell me the steps to integrate weather information into my iPhone App. I found some API's are there, but didn't found steps for this. Thanks in advance.
use google weather in php
see the link http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/
to iphone see old question in so :
https://stackoverflow.com/questions/1305127/free-weather-api
http://www.weather.com/services/xmloap.html

Can you record audio on the iPhone using PhoneGap?

Is it possible to record audio on the iPhone using the PhoneGap package? And if so, are there any examples of this?
http://wiki.phonegap.com/iPhone%3A-Record-and-Playback-Audio
According to the project site: "We are working on it". Guess this means no.
This is working for me on iOS now:
http://docs.phonegap.com/phonegap_media_media.md.html#media.startRecord
Audio quality is fairly mediocre.