ios - Allow (“null”) to access your SoundCloud account -


I am currently trying to register a new client application. I have registered the app and input MyApp: // oauth as described in Docs

I changed the appropriate things in my .plist file and added the client ID and the secret and the redirect URL above to my iOS initialization code. AppDelegate:

  [SCSoundCloud setClientID: @ "..." Mystery: @ "..." Redirect URL: [NSURL URLWithString: @ "MyApp: // oauth"]];  

However, for some reason, even after doing all this, let me still allow to access your SoundCloud account in SCLoginViewController ("blank"). get receive.

What am I missing?

UI to show your app name at that place Uses CFBundleDisplayName from Plast.

You can get rid of "(empty)".


Comments