Colin、
Colin、
I've recently started seeing this crash in Crashlytics (generated from an app that users have downloaded from the App Store). Unfortunately, I don't know more information than the crash info...
I've recently started seeing this crash in Crashlytics (generated from an app that users have downloaded from the App Store). Unfortunately, I don't know more information than the crash info...
I am using the **InstallApplication** command to install an app from the **App Store**. But it requires the user to enter an Apple ID to complete. I have a few...
``` - (void)appcastDidFinishLoading:(SUAppcast *)ac { if (self.isCanceled) { [self abortUpdate]; return; } [self closeCheckingWindow]; [super appcastDidFinishLoading:ac]; } ``` During the **fetchAppcastFromURL** process, if cancel is clicked, it will abort directly....