// // test.m // wallpaper_project // // Created by 忆海16 on 2024/8/2. // #import "initializationTopOn.h" #import @interface initializationTopOn () @end @implementation initializationTopOn +(void)toponeSDK{ [ATAPI setLogEnabled:YES];//Turn on debug logs NSError *err; [[ATAPI sharedInstance] startWithAppID:@"h66bdc159dc481" appKey:@"430fd5c3c27f10631919c1b7f9b24c08" error:&err]; if (err) { NSLog(@"err:%@",err); } } @end