Skip to content

iOS Tweak for non-jailbroken devices for Snapchat

Notifications You must be signed in to change notification settings

dado3212/SnapchatReloaded

 
 

Repository files navigation

Snapchat Reloaded

An iOS Tweak for non-jailbroken devices for Snapchat

###Current features:

  • Block screenshot detection
  • Remove caption character limit
  • Remove timer and timer UI
  • Save images to camera roll

###Planned features:

  • Saving to camera roll

#####Thanks to

  • Giovanni Di Grezia, whose code served as the basis for the patchapp.sh revisions
  • andugu, who made the original modifications to theos-jailed that served as the initial launching point for this project
  • Alex Zielenski, whose project optool made this possible
  • theos-jailed, which provided the base code for installing app tweaks to non-jailbroken iOS devices using XCode

Requirements

How to install

  • Uninstall Snapchat from the iOS device.
  • Extract or download an Snapchat decrypted ipa file.
  • Place an symlink in the project folder named theos pointing to the theos-jailed folder you downloaded: ln -s /path/to/theos-jailed/ theos
  • Run make package
  • Run ./patchapp.sh info /path/to/your/file.ipa
  • Take the information from that and use XCode to create a Provisioning Profile
  • Run .patchapp.sh patch /path/to/Snapchat.ipa BUNDLE_ID to inject the tweak into the .ipa (get the BUNDLE_ID from the info command)
  • Install the .mobileprovision to the device
  • Install the ipa to the device

About

iOS Tweak for non-jailbroken devices for Snapchat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 28.2%
  • Shell 26.3%
  • Logos 23.0%
  • C++ 21.2%
  • Other 1.3%