We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AppDelegate.m 파일에서 설정
@implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Optional: set debug mode ALTracker *tracker = [ALTracker sharedSingletonClass]; [tracker setDebugMode:YES]; // RAT Tracker initialize the install tracking. // Replace with your app ID (ex. 53f473e10cf2bf99ebbfeb34) [tracker initialize:ADLIB_RAT_KEY]; return YES; } @end
There was an error while loading. Please reload this page.