Displaying .dmg EULA when updating with Sparkle Framework
I always have a license agreement attached to my DMGs. But now my users can only see this the first time they load my app.
Whenever they receive an update in the application through the Sparkle framework, the EULA is not displayed when the .dmg is retrieved by Sparkle. How can I get Sparkle to show the EULA?
+2
a source to share
1 answer
Since EULAs are important to you, I would recommend that you display them in your application. Thus, the user can always link to it. A simple dialog with WebView should do the trick.
You can't write and localize for a long time, and this time is better spent than trying to shoe him in Sparkle.
+2
a source to share