RE: automatic web updates
RE: automatic web updates
- Subject: RE: automatic web updates
- From: Trevor Strohman <email@hidden>
- Date: Mon, 3 Mar 2003 12:20:17 -0800
I just implemented software update checking in my application using
XML-RPC based loosely on code from this demo:
http://ranchero.com/cocoa/xmlrpcdemo/
I considered the plist approach. It's attractive in that it's easy,
but unfortunately it didn't seem future-proof enough for me. Having
some server-side upgrade logic allows me to make the "should upgrade"
decision after the upgrade is released, not before.
Trevor Strohman
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.