Skip to content

Instantly share code, notes, and snippets.

@littlebobert
Created March 22, 2017 20:20
Show Gist options
  • Save littlebobert/d67575d2788459106f11a03a90081bae to your computer and use it in GitHub Desktop.
Save littlebobert/d67575d2788459106f11a03a90081bae to your computer and use it in GitHub Desktop.
AMPSession *session = [AMPSession ampSessionWithSessionAndProfileInfo:sessionAndProfileInfo];
[[session podcastWithId:@(contentID)] done:^(AMPv3Podcast *ampPodcast) {
NSLog(@"session: %@", session);
} rejected:^(NSError *error) {
if (completionHandler) {
completionHandler(nil, error);
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment