示例#1
0
 public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
 {
     // Override point for customization after application launch.
     // If not required for your application you can safely delete this method
     Freestar.InitWithAdUnitID("P8RIA3");
     return(true);
 }
示例#2
0
 public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
 {
     // Override point for customization after application launch.
     // If not required for your application you can safely delete this method
     Freestar.SetTestModeEnabled(true);
     Freestar.SetLoggingEnabled(true);
     Freestar.InitWithAppKey("XqjhRR");
     return(true);
 }