I have made an iPad application where I want to send push notification. For push, I am using Urban Airship.
For adding data into database, it is done two one. One from website (technology used is JSF 2.0) and second from iPad itself.
For this I have asked Urban team to activate push from device also however I am not getting what all code I will need to write so that I can send push from website when data is added through website and from ipad when data is added from ipad.
For iPad, I was trying to use the code mentioned at below link, however I am not getting any push.
Urban Airship - Send Push with NSURLConnection
OR
Is it that, push from device works only for Production mode only?