mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-19 02:36:29 +00:00
@@ -112,7 +112,7 @@ Our examples will use the **default** SDK (`HockeySDK.embeddedframework`).
|
||||
```
|
||||
|
||||
3. Search for the method `application:didFinishLaunchingWithOptions:`
|
||||
4. Add the following lines to setup and start the Application Insights SDK:
|
||||
4. Add the following lines to setup and start the HockeyApp SDK:
|
||||
|
||||
```objectivec
|
||||
[[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"APP_IDENTIFIER"];
|
||||
@@ -136,7 +136,7 @@ Our examples will use the **default** SDK (`HockeySDK.embeddedframework`).
|
||||
application(application: UIApplication, didFinishLaunchingWithOptions launchOptions:[NSObject: AnyObject]?) -> Bool
|
||||
```
|
||||
|
||||
4. Add the following lines to setup and start the Application Insights SDK:
|
||||
4. Add the following lines to setup and start the HockeyApp SDK:
|
||||
|
||||
```swift
|
||||
BITHockeyManager.sharedHockeyManager().configureWithIdentifier("APP_IDENTIFIER")
|
||||
|
||||
@@ -112,7 +112,7 @@ Our examples will use the **default** SDK (`HockeySDK.embeddedframework`).
|
||||
```
|
||||
|
||||
3. Search for the method `application:didFinishLaunchingWithOptions:`
|
||||
4. Add the following lines to setup and start the Application Insights SDK:
|
||||
4. Add the following lines to setup and start the HockeyApp SDK:
|
||||
|
||||
```objectivec
|
||||
[[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"APP_IDENTIFIER"];
|
||||
@@ -136,7 +136,7 @@ Our examples will use the **default** SDK (`HockeySDK.embeddedframework`).
|
||||
application(application: UIApplication, didFinishLaunchingWithOptions launchOptions:[NSObject: AnyObject]?) -> Bool
|
||||
```
|
||||
|
||||
4. Add the following lines to setup and start the Application Insights SDK:
|
||||
4. Add the following lines to setup and start the HockeyApp SDK:
|
||||
|
||||
```swift
|
||||
BITHockeyManager.sharedHockeyManager().configureWithIdentifier("APP_IDENTIFIER")
|
||||
|
||||
Reference in New Issue
Block a user