This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
Releases: NSExceptional/SnapchatKit
Releases · NSExceptional/SnapchatKit
9.14.0.0 support
Now signs in under the 9.14.0.0 user agent, as Snapchat has cutoff support for earlier versions.
Warning—Please read
This release requires a method of login that sends the username and password of the Snapchat account over an unencrypted network to a remove server to generate a new header value for login. Because of the security risks involved, you must explicitly set the new useInsecureLogin
property of SKClient
to YES
before signing in, or signing in will probably fail. If you have a tool or app that relies on this library, warn your users before continuing to use SnapchatKit.
Independence
- Removed AFNetworking dependency
- No longer relies on Casper's servers to generate attestation
- Now uses the 9.14.0.0 user agent
0.2.0: Now uses a propert ptoken value in the login request
Also added support to override header values for specific endpoints
0.1.0
Cocoapods is working, will push to trunk soon