Titanium IOS Notification using Parse - notifications

I am able to register for Notification on Parse.com using REST API for IOS using the code available on Parse.com ,but I am Not Receiving Notification on My Device. I have submitted certificate on Parse too. Do I need to code something for sending Push Notification ? Any help is appreciated in advance.

You could try the code in this answer on the parse forum, it is 2 years old so might not work anymore.
https://parse.com/questions/push-notifications-when-using-titanium

Finally Nailed it!!! Thanks Jeroen for your answer. I was just neglecting 'Send A Push' option at Parse.Once i used the option,all is working fine

Related

How to send http request and response in titanium alloy?

I have created a mobile app which contains the submit form. On click of submit I need hit the URL and pass the form values in the URL also need to get the response message. How can I do that? Can any one suggest some blogs or tutorials on the same.
Also I need to perform the above operation on Android, IOS and Windows platform. Is it possible to do above functionality on three platforms?
If any limitations on any platform, Please let me know.
Use this Link:-
Check it out:-
if you found any issue regarding this please let me know
Spartacus thanks :)

Issues with the Sample Sample-chatv2-android and XMPP chat server

I was able to get Sample-chat version 2 android sample to run. The one-on-one chat function in the app works fine but the chatroom functionality does not work most of the time.
Since the chatroom functionality works sometimes the code seems to be fine. By debugging I was saw that the chatroom messages are not received from the XMPP server. When a chatroom is joined then sometimes the joining seems to be not successful and the older, saved messages in the chatroom are not received.
SO it seems like this is an isssue with the Quickblox XMPP chat server, since the sample app seems to work half of the time. Please let me know if the chatroom functionality is QuickBlox works properly. Thanks.
Thank you for your question in regards sample 2.
Unfortunately some bugs are possible in this sample.
We are creating new sample for Android chat, so soon we will share it.
Try to use new SDK and chat sample. It was recently released and contains several improvements.

How can i send a push notification?

i'm trying to add push notification to my app, but, so far, i could find only tutorial that seems to be old and outdated... Can someone explain me how can i make my app send a notification?
My app takes some content from an xml online and i want to send the notification when the xml contains a date of update more recent. Can i?
I found a simple and clear video about this here: http://www.youtube.com/watch?v=_3YlqWWnI6s.
It is simple and clear, and after that i followed http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12 and http://blog.serverdensity.com/2009/07/10/how-to-build-an-apple-push-notification-provider-server-tutorial/. So i managed to send push notification. Needs some work but it's not do difficult as i thought.

How can I import iPhone notes to my app?

Is it possible to import a note from iPhone notes app to my app? I googled a lot to get an idea about it. Nothing helps. Can someone give any idea about it?
Thanks in Advance
Third-party apps do not have access to the notes database. There is no public API for accessing the notes data.
You can try using a flow for syncing apps (eg. ifttt.com).
Create a rule that says "If a new note has been created (if a Gmail message has the label 'notes'), forward it to my db."
The solution is very clunky, but it's a starting point.
You could then find a way to scale this for your app.

APNS Push Sound Files

in my App I want to integrate some Push Notification Sounds, which the user can select.
My problem is to find soundfiles, I am not able to do it myself.
I searched in Google a lot, but I found nothing. Does anyone know where I can get some Push Sounds?
Thanks
what about pond5?