SPUUpdaterDelegate feedURLString not working #2366
-
Sparkle is working fine when I define feedUrl in plist but is not working when I define it using SPUUpdaterDelegate.feedURLString, it gives me an error modal that says: "You must specify the URL of the appcast as the SUFeedURL key in either the Info.plist, or with -[SPUUpdaterDelegate feedURLStringForUpdater:]" but I am specifying the feedUrl using SPUUpdaterDelegate.feedURLStringDo you use Sandboxing in your app? No.Version of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
One issue I see is your |
Beta Was this translation helpful? Give feedback.
One issue I see is your
AppDelegate
needs to keep theCustomSPUUpdaterDelegate
alive as a property or instance variable. The updater weakly references it and doesn't strongly retain it.