Andreas Linde e69a32a676 Set the submodules delegates to the same delegate defined by the initial configure initialization.
The delegates can still be access and set directly, if the dev wants to have different classes implementing them.
For the general user this improves the ease of setup, because the submodules delegates don't have to be set specifically and by setting the delegate protocols in the header the missing required delegates will still be shown as warning
2012-08-10 15:45:32 +02:00
2012-08-02 21:52:18 +02:00
2012-07-19 17:17:19 +02:00
2012-08-02 21:52:18 +02:00

Introduction

HockeySDK-iOS implements support for using HockeyApp in your iOS applications.

The following features are currently supported:

  1. Update apps: The app will check with HockeyApp if a new version is available. If yes, it will show an alert view to the user and let him see the release notes, the version history and start the installation process right away.

  2. Collect crash reports: If you app crashes, a crash log with the same format as from the Apple Crash Reporter is written to the device's storage. If the user starts the app again, he is asked to submit the crash report to HockeyApp. This works for both beta and live apps, i.e. those submitted to the App Store!

The main SDK class is BITHockeyManager. It initializes all modules and provides access to them, so they can be further adjusted if required. Additionally all modules provide their own protocols.

Prerequisites

  1. Before you integrate HockeySDK into your own app, you should add the app to HockeyApp if you haven't already. Read this how-to on how to do it.
  2. We also assume that you already have a project in Xcode and that this project is opened in Xcode 4.
  3. The SDK supports iOS 4.0 or newer.

Documentation

Documentation can be build using AppleDoc and the Documentation target. This will build the latest version and automatically install it in Xcode.

The documentation contains installation and setup guides, various HowTos, quick troubleshooting and documentation of the public classes and protocols.

Description
Supercharged Telegram fork for iOS from original creator of Nicegram
Readme 861 MiB
Languages
C 43.8%
Swift 43.8%
Objective-C 5.1%
Assembly 3.3%
C++ 1.7%
Other 1.8%