Snapchat seems to be blocking rooted devices from logging in - it detects the Xposed framework at least, and might just detect root in general (possibly using SafetyNet? - http://developer.android.com/training/safetynet/index.html ).
From what I've read, it is possible to uninstall Xposed and unroot your device, log into Snapchat, then reroot/reinstall Xposed, but if you log out again you will be unable to log back in. Since we need to disable SSL certificate pinning ( https://github.com/liamcottle/SnapchatCertPinning ) to sniff the login, I believe this makes it impossible to do capture the auth_token.
Is there a workaround for this?
Maybe using RootCloak or NoDeviceCheck? Or is there an alternative method to disable cert pinning?
Has anyone had success with this recently? I'm unable to get it to work. ( https://github.com/mgp25/SC-API/wiki/How-to-use-proxy )
Snapchat seems to be blocking rooted devices from logging in - it detects the Xposed framework at least, and might just detect root in general (possibly using SafetyNet? - http://developer.android.com/training/safetynet/index.html ).
From what I've read, it is possible to uninstall Xposed and unroot your device, log into Snapchat, then reroot/reinstall Xposed, but if you log out again you will be unable to log back in. Since we need to disable SSL certificate pinning ( https://github.com/liamcottle/SnapchatCertPinning ) to sniff the login, I believe this makes it impossible to do capture the auth_token.
Is there a workaround for this? Maybe using RootCloak or NoDeviceCheck? Or is there an alternative method to disable cert pinning?