AppSales patch after 2009 July

I am using an iPhone application called AppSales that used to be an opensource project here:
http://code.google.com/appsales-mobile/
that tracks my iPhone apps revenue from my iPhone. But since last few days (28 July 2009), I could not get the data from iTune anymore. Then I found that the webpage that for accessing the data is changed. I checked google code for an update. Surprisingly the AppSales project cannot be accessible anymore. I hope it is only an error in google code.

In the meantime, I patched the RootViewController.m so that the application works again. The only function that I modified is:

- (void)fetchReportsWithUserInfo:(NSDictionary *)userInfo

and I added some helper function at the beginning of the source code.

Hope this help other AppSales users, and I hope that an updated AppSales will be available very soon.

Use at your own risk!

UPDATE: Thanks to Ole Zorn, the project is moved to http://github.com/omz/AppSales-Mobile, with new patch that works on the new iTune web site.

AttachmentSize
RootViewController.m.zip8.46 KB

Comments :

AppSales => GitHub

The repository of AppSales has moved to GitHub: http://github.com/omz/AppSales-Mobile
The new version there should work without your patch.

Thank you very much for the

Thank you very much for the information. I believed that the project should be moved to other place, but I googled and cannot found the new home.