Link to home
Start Free TrialLog in
Avatar of Member_2_6478753
Member_2_6478753Flag for United States of America

asked on

iOS popup notifcation

hello i want to make a IOS application where i can get a list of news from my news website and when the application get a new news from the server ! it will notify the person who user the iphone


ios application -- try to connect to web server - and fetch all news as list
and when new news appear in this application the user will notify if
we can send me a tutorial how i can do this i am a beginer in ios and if i can do it using php ?

or if we can tell me how i can do it?
ASKER CERTIFIED SOLUTION
Avatar of pgnatyuk
pgnatyuk
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Member_2_6478753

ASKER

thank you for your solution but i need to add a push notification service ?<br />and i am beginner .. <br />i have an news site !! i want to send it to my iphone application using push notification remotly.. and who i can send it automaticly?
You are welcome.
I think if it's all about RSS, you don't need the push notifications in this project.
Anyway, ask new question here and you'll get an answer about the push notifications.
Avatar of darbid73
Hi afifosh,

I think you hit the accept button a little but early on this one.

ios application -- try to connect to web server - and fetch all news as list
and when new news appear in this application the user will notify
What I think the person answering this question would like to say is that your iOS app cannot run in the background and do the things you want to.  You app is going to have to register with a server for the information it wants, then the server is going to have to decide if this app on this users phone has new news.  Then you are going to have to have a server push a notification to the users iphone.
i want to make like this application
http://itunes.apple.com/us/app/lbci-news/id480984604?mt=8
this is a free application ,

1- fetch news from main website ( server )
2- notification when this application get new news from the server side

how i can do like this ?
you're welcome.

how i can do like this ?

Now that is a new question.  But if you do a google search many things are going to popup.-