diff --git a/Classes/BITCrashManager.h b/Classes/BITCrashManager.h index 4fc58395f2..4edbfe6dd6 100644 --- a/Classes/BITCrashManager.h +++ b/Classes/BITCrashManager.h @@ -175,6 +175,9 @@ static NSString *kBITCrashManagerStatus = @"BITCrashManagerStatus"; report has been sent to the server or if you want to do any other actions like cleaning up some cache data etc. + Note that sending a crash reports starts as early as 1.5 seconds after the application + did finish launching! + The `BITCrashManagerDelegate` protocol provides some delegates to inform if sending a crash report was finished successfully, ended in error or was cancelled by the user. diff --git a/docs/HowTo-Upload-Symbols-template.md b/docs/HowTo-Upload-Symbols-template.md index 429e6c8a78..097e373281 100644 --- a/docs/HowTo-Upload-Symbols-template.md +++ b/docs/HowTo-Upload-Symbols-template.md @@ -17,4 +17,8 @@ Once you have your app ready for beta testing or even to submit it to the App St 5. Right-click the `.xcarchive` in Finder and select `Show Package Contents`. 6. You should see a folder named dSYMs which contains your dSYM bundle. If you use Safari, just drag this file from Finder and drop it on to the corresponding drop zone in HockeyApp. If you use another browser, copy the file to a different location, then right-click it and choose Compress `YourApp.dSYM`. The file will be compressed as a .zip file. Drag & drop this file to HockeyApp. -As an alternative for step 5 and 6, you can use our [HockeyMac](https://github.com/codenauts/HockeyMac) app to upload the complete archive in one step. You can even integrate HockeyMac into Xcode to automatically show the upload interface after archiving your app, which would make all steps 1 to 6 not necessary any more! \ No newline at end of file +## Mac Desktop Uploader + +As an alternative, you can use our [HockeyMac](Guide-Installation-Mac-App) app to upload the complete archive in one step. You can even integrate HockeyMac into Xcode to automatically show the upload interface after archiving your app, which would make all steps 1 to 6 not necessary any more! + +Check out the [Mac Desktop Uploader Guide](Guide-Installation-Mac-App). \ No newline at end of file