Last documentation updates

This commit is contained in:
Andreas Linde 2012-08-13 14:06:26 +02:00
parent d475221814
commit 6fb1a432cb
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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!
## 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).