Apple removes notifications from iPhone SDK beta 4
August 16th, 2008 Posted in iPhoneLooking at the iPhone SDK beta 4 API change log reveals that the following API calls have been removed from UIApplication.h:
Removed -[UIApplication registerForRemoteNotificationsFromPublisher:]
Removed -[UIApplication registeredRemoteNotificationPublishers]
Removed -[UIApplication remoteNotificationSystemIdentifier]
Removed -[UIApplication remoteNotificationsAreActive]
Removed -[UIApplication unregisterForRemoteNotificationsFromPublisher:]
Removed -[UIApplicationDelegate
application:didReceiveRemoteNotificationFromPublisher:userInfo:]
Removed UIApplication(UIRemoteNotifications)
Also some properties have been removed from CLLocation:
Removed CLLocation.course
Removed CLLocation.speed
Removed CLLocation.speedAvailable
Removed CLLocationDirection
Removed CLLocationSpeedRemoved CLLocationManager.locationServicesApproved
I haven’t installed the 2.1 beta yet but it appears that Apple is removing the ability to receive remote notifications in user applications. This is a feature that many have been eagerly awaiting.
Update
From the beta 4 readme file:
What’s New
Beta release 4 is a bug fix update. This release also removes the client-side APIs for the Apple Push Notification Service for further development.

![[del.icio.us]](http://trailsinthesand.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://trailsinthesand.com/wp-content/plugins/bookmarkify/digg.png)
![[Reddit]](http://trailsinthesand.com/wp-content/plugins/bookmarkify/reddit.png)
![[Technorati]](http://trailsinthesand.com/wp-content/plugins/bookmarkify/technorati.png)
Related Articles:

No comments yet.