|
Documentation
Development |
SystemProfilingThanks to the work of Tom Harrington, Sparkle now supports optionally sending anonymous information about the user's system with their update. Developers can use this information to better decide what platforms and hardware to support. Collected data
This information will be provided via GET, so if your feed URL is Note: In order to standardize the statistics across a userbase with varying update check intervals, Sparkle submits profiling information only once per week. Making use of system profiling information First, you've got to tell Sparkle you want this data to be sent. You can do this by adding a Next, you've got to put something up server-side to collate and display the submitted information in a useful way. Tom Harrington has written a PHP-based backend; you can download it here. Backends based on other server-side languages would be very welcome, though! Finally, set the SUFeedURL to your server-side script (eg. profileInfo.php) instead of the appcast. The script in turn should be set to link to the appcast. |