Search Results for: push+notification
Open Source: Windows Azure Toolkit For iOS
Not too long ago I mentioned that Microsoft had released a Bing Maps framework for iOS devices, and they have continued to support the iOS platform releasing an open source Windows Azure toolkit for iOS devices.
For those unfamiliar with Windows Azure, Windows Azure is Microsoft’s cloud computing platform allowing you to host applications and data.
Best Resources In iOS Development May 23rd 2011
It has been another great week in iOS development. While we did not get any official announcements about the latest edition of the iPhone, or iOS 5 it looks like something big is likely just around the corner.
Once again there have been many great resources released in the community, and these are the most popular that have been shared on this site within the last week.
Enjoy, here they are:
Tutorial: iOS Push Notification Services For Beginners
I’ve posted about push notifications a couple of times on this site such in the tutorial on how to create a push notification server, and a post about the open source APNS-PHP server.
What I hadn’t posted yet was a tutorial demonstrating how to implement the push notification services within your app’s for complete push notification beginners.
Fortunately, Matthijs Hollejmans has created an excellent step-by-step guide showing exactly how to implement push notifications into your apps.
The Best Resources In iOS Development August 3rd 2010 (For Week 07/24-07/30)
Welcome to another weekly summary. I’m a bit late with this one as I was finishing up the Beginners iPhone Action Game Tutorial. If you are looking for an extensive tutorial on creating an iPhone or iPad game I highly suggest you check it out.
Things have gotten a little bit slower with the number of quality resources for iOS developers appearing each week. I’m guessing it has something to do with the weather.
How To Push Out Notifications Locally Based On Time
There are times when you want to notify the user that an important event has occurred or will occur.
Push notifications are a great way to notify the user that an event has occurred and became a staple feature immediately after they were added into the iOS sdk.
Now local notifications are available that allow you to push a notification to the device that your app is running on based on time, the notifications can even be recurring.