Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Releases: NSExceptional/SnapchatKit

9.14.0.0 support

31 Aug 20:40
Compare
Choose a tag to compare
9.14.0.0 support Pre-release
Pre-release

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

11 Aug 20:15
Compare
Choose a tag to compare
Independence Pre-release
Pre-release
  • 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

04 Aug 07:26
Compare
Choose a tag to compare
Also added support to override header values for specific endpoints

0.1.0

30 Jul 14:48
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Cocoapods is working, will push to trunk soon