Advertisement ยท 728 ร— 90
#
Hashtag
#uptimewatcher
Advertisement ยท 728 ร— 90
# Launch TestFlight app
log stream --predicate 'eventMessage contains "Ended transaction: com.apple.appstored.InstallTestFlightAppsTask"' --info | while read -r line; do
    echo "TestFlight Notification detected. Launching TestFlight..."
    open -a TestFlight
    sleep 5
    open -b com.${W_ORG}.${W_NAME}
    break
done

# Launch TestFlight app log stream --predicate 'eventMessage contains "Ended transaction: com.apple.appstored.InstallTestFlightAppsTask"' --info | while read -r line; do echo "TestFlight Notification detected. Launching TestFlight..." open -a TestFlight sleep 5 open -b com.${W_ORG}.${W_NAME} break done

This is very cool. Once I upload uptimewatcher.app to TestFlight, this code will watch for the TestFlight notification, bring TestFlight to the front. Then launch #uptimewatcher!

0 0 1 1

After getting #UptimeWatcher on the Mac Apps Store, I regret setting a price for the app with no demo mode. So, I started on a free mode with an in app purchase.

All the app store work is much more complicated than making the app. :(

1 0 1 0
Preview
Uptime Watcher App - App Store Download Uptime Watcher by CampSoftware on the App Store. See screenshots, ratings and reviews, user tips, and more games like Uptime Watcher.

๐Ÿš€ #UptimeWatcher 1.0 is here!

Monitor your web site or web app like #Salesforce, #NetSuite, #FileMaker & #Xojo

โœ… Real-time logs
โœ… Smart alerts
โœ… Instant email alerts for downtime or lag
โœ… Custom thresholds
โœ… Native #macOS

#MacAppStore: apps.apple.com/us/app/uptim...

#MacDev #DevTools

2 0 0 1