Guest User

Untitled

a guest
Feb 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         config.api_version = SPOTIFY_API_VERSION;
  2.         config.application_key = [appKey bytes];
  3.         config.application_key_size = [appKey length];
  4.         config.user_agent = [userAgent UTF8String];
  5.         config.settings_location = [applicationSupportDirectory UTF8String];
  6.             config.cache_location = [cacheDirectory UTF8String];
  7.         //config.settings_location = config.cache_location = [cacheDirectory UTF8String];
  8.         config.userdata = (void *)self;
  9.         config.callbacks = &_callbacks;
Add Comment
Please, Sign In to add comment