This is a tweak to forward Apple's 2FA SMS to Slack channel.
- Jailbroken Device (iOS 14.0+)
- Xcode 13
- theos
- Install the tweak on your device with the
make package install
command. - Select SMSReceiver from the iPhone settings.
- Set Slack's WebHook URL.
- When the device receives an Apple 2FA SMS, it will be forwarded to Slack.
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.
Watanabe Toshinori – toshinori_watanabe@tiny.blue
I used the following tweak code created by Aziz H as a reference to create this tweak. Many thanks for the great OSS: