Search code examples
iosurl-scheme

Snapchat url scheme not working properly - camera opens but not profile


I am trying this http://handleopenurl.com/scheme/snapchat and the app opens and shows the camera instead of showing me the profile.

Is there another URL scheme for snapchat?


Solution

  • This works right now: https://snapchat.com/add/username:

    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://snapchat.com/add/username")));