Last Updated on : 2025-05-08 09:00:16download
ThingAnalyticsKit
supports the upload of key data metrics. After integration, the IPC SDK will automatically collect and upload audio/video performance metrics.
This feature is available in IPC SDK v6.2.0 and later.
Add the following code block to the Podfile
.
pod 'ThingAnalyticsKit'
Add the following code block to the file AppDelegate.m
.
#import <ThingAnalyticsKit/ThingAnalyticsKit.h>
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
//other code
[ThingAnalyticsKit enable:YES];
return YES;
}
@end
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback