Skip to content

This is a tweak to forward Apple's 2FA SMS to Slack channel.

Notifications You must be signed in to change notification settings

jiemi/SMSReceiver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMSReceiver

This is a tweak to forward Apple's 2FA SMS to Slack channel.

Requirements

  • Jailbroken Device (iOS 14.0+)
  • Xcode 13
  • theos

Setup

  1. Install the tweak on your device with the make package install command.
  2. Select SMSReceiver from the iPhone settings.
    Setup1
  3. Set Slack's WebHook URL.
    Setup2
  4. When the device receives an Apple 2FA SMS, it will be forwarded to Slack.

FAQ

Q. Is it possible to forward non-Apple 2FA SMS?

A. The current source code only supports Apple's 2FA. If you want to forward other types of SMS, please modify the - (BOOL)isAppleCodeSMS function in Tweak.x.

Author

Watanabe Toshinori – [email protected]

Acknowledgments

I used the following tweak code created by Aziz H as a reference to create this tweak. Many thanks for the great OSS:

About

This is a tweak to forward Apple's 2FA SMS to Slack channel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Logos 67.2%
  • Makefile 17.7%
  • Objective-C 15.1%