Replies: 1 comment 1 reply
-
Try something like:
They can be displayed in the permission prompt for checking for updates, but maybe only if sending system profile information is enabled. Anyway, this is the API. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying out the
-feedParametersForUpdater:sendingSystemProfile:
method, but it appears to only addnull
s to the request query parameters.Running Sparkle 2.3.0.
My
feedParameters
implementation:I've confirmed the method is being called as expected, but the resulting request ends up like this:
https://myserver.com/stable/appcast.xml?(null)=(null)&(null)=(null)
Has anyone else been able to get this to work?
Beta Was this translation helpful? Give feedback.
All reactions