Send iPhone Users A Daily Quote

I have a daily quote that I post on my wordpress blog each and every day. I want to make an iOS app for my subscribers so that they can get the daily quote on their mobile devices and also be able to save their favorites, etc.

Originally, my plan was to use the RSS feed of the wordpress blog. However, I don’t really like the way this would work. I would rather be able to send the quote directly from my computer (or iPhone) and have it be “pushed” to my users. Right now my blog has over 450 posts. I want my users to have access to all past posts, and it seems like a slow way of going to have my RSS feed set to show that many posts.

Read More

I don’t have any experience in this sort of thing. All my developer experience is in game dev and I could really use some help figuring this out. Any suggestions would be appreciated.

Related posts

Leave a Reply

1 comment

  1. There’s a sample project for getting and reading and RSS feed. That would be a good place to start. Once you understand the basics of iOS programming and design, then you could considering using the APNS (Apple Push Notification Services). That feature (fairly complex) allows you to push your quote on screen. But if you quote is too long, that might not make any sense.

    But your first step is to get your feet wet and get up to speed with iOS development. Give yourself a few weeks for that at least.