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

asked on

ios application broadcasting

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 ?

this is not RSS

try to download it and see the features of this application
get news from web server
and notify users about it
Avatar of Hamidreza Vakilian
Hamidreza Vakilian

I think you will be luckier if you increase the points.
Avatar of Member_2_6478753

ASKER

plz if someone can help me to do like this application ?
ok thank you very much hope some of expert reply to my question :)
To create this application you need a wide range of knowledge. Especially if you are going to create the server application by yourself. If so you need PHP, ASP.NET or C++ with socket programming experience to implement the server side application. Secondly for the client side application which is an iOS application, beside experience in developing ordinary apps with Objective-C in Xcode you need to do some SOAP or socket programming to communicate with the server to retrieve the necessary data. For the notifications you need Push Notifications which should be implemented mostly on your dedicated server and a bit on the client side.

Now you may tell the level of your expertise and experience in each of these subjects so we can have a more clear idea then decide where to start from.
PHP i am good :) and in curl system an scrapping this application work with push notification system . about iOS i don\t anything about it i know C language

i don't know how to start i want to make a page interface where i can send notification to all client who install this applicationn

the problem i have read something abou APNS PHP and i want to know before cleint receive notificcation from php web server the device should be registered in my server

for this reason who the device token will be automaticly registerd in php web server when user install my desired application ??

i want when he open the application he will subscribe to my notification msg
if we have a sample code it will be good bcz the other side of this application i can make it as php by adding web list view and i select the url of news.. on my server where the client see new using php jquery.. implementation but the problem with push notification
Thanks to Ray Wanderlich for his admirable tutorial on Push Notifications:
http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12

By reading this 2-part tutorial you will get a clear idea of different aspects of Push Notifications then you might choose the best strategy for your project.

To learn programming in Objective-C and Xcode there exist a huge number of resources but I suggest:
1- Stanford's iPhone Development Course video trainings on iTunes U
2- Ray Wanderlich's tutorials to speed up beginning iPhone Development:
http://www.raywenderlich.com/tutorials
ok thank you for ur link but i have a problem ... and ur answer will be ok i have create an apple id but i can\t create Making the App ID and SSL certificate

when i enter to http://developer.apple.com/ios/manage/overview/index.action


Access denied

You do not have access to the page you requested.

Return to the iOS Dev Center


i have already login i should pay ? to get access to this feature ?
and my problem how i can automaticly register my device token ????
ASKER CERTIFIED SOLUTION
Avatar of Hamidreza Vakilian
Hamidreza Vakilian

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