The goal is to forward short messages received on a Pixel 4 running Android 12 to an iPadOS 18 device over the Internet.
- Install Bark on iPad.
- Follow this tutorial to set up a URL like https://api.day.app/<some_random_chars>/. The random chars are the push key.
- Install SMS to URL Forwarder on Android. The app can be downloaded from F-Droid.
- Add an entry in the SMS to URL forwarder app
- Set sender to *
- Set webhook URL to https://api.day.app/<some_random_chars>/
- Set the JSON content to {"title": "%from%", "body": "%text%"}
- Click test
- Save the entry if iPad receives a notification.