Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /**
  2. * Called whenever the application is opened from a custom URL Scheme
  3. * ex: emphaz-app-login, fb[APP_ID], etc...
  4. */
  5. - (BOOL)application:(UIApplication *)application
  6. openURL:(NSURL *)url
  7. sourceApplication:(NSString *)sourceApplication
  8. annotation:(id)annotation {
  9.  
  10. return [SpotifyModule application:application
  11. openURL:url
  12. sourceApplication:sourceApplication
  13. annotation:annotation];
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement