g-Off.net | Geoffrey Foster

14Oct/090

Announcing PyPush v0.1

iPhone push notificationVersion 0.1 of PyPush is now available. PyPush is a rewrite/fork of apns-python-wrapper, that is, PyPush is a python module for interacting with Apples Push Notification Server.

Code is available from here where bugs can also be reported.

Visit the project page

Licensed under the Apache 2.0 license.

Tagged as: , No Comments
16Aug/090

CLLocation forward GeoLocation method

iPhone Maps App iconThe new MapKit framework for the iPhone OS 3.0 provides a very easy to use way of doing reverse geolocation (getting address information by providing latitude and longitude). But, it would seem that there is nothing built in for getting latitude and longitude values for a given address. Luckily, Google to the rescue!