Skip to content

Instantly share code, notes, and snippets.

@NomiJ
Last active August 29, 2015 14:14
Show Gist options
  • Save NomiJ/39f9f217b486e857ffa3 to your computer and use it in GitHub Desktop.
Save NomiJ/39f9f217b486e857ffa3 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[[PHPublisherOpenRequest requestForApp:@"929183c60db6445d9e9a50ac06b158be" secret:@"c4cf621390e947419ffd850ef4fc8c3d"] send];
PHPublisherContentRequest *request=[PHPublisherContentRequest requestForApp:@"929183c60db6445d9e9a50ac06b158be" secret:@"c4cf621390e947419ffd850ef4fc8c3d"
placement:@"level_complete"
delegate:self];
/*Is not this the call for preload?*/
[request preload];
mainController.phAdRequest = request;
return YES;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment