PushGo for Apple platforms (iOS/macOS/watchOS) is the official client app for PushGo. It works with PushGo Gateway to receive notifications on Apple devices.
- Apple platforms (this repo): https://github.com/AldenClark/pushgo
- Gateway: https://github.com/AldenClark/pushgo-gateway
- Android app: https://github.com/AldenClark/pushgo-android
- App Store - https://apps.apple.com/cn/app/pushgo/id6757907675
- Testflight - https://testflight.apple.com/join/xhYmNZH8
- iOS 18+
- macOS 15+
- watchOS 11+
- Concurrency + build gate:
./scripts/apple_concurrency_gate.sh - iOS UI tests (stable runner flow with simulator preboot + retry):
- Full suite:
./scripts/run_ios_ui_tests.sh - Single test:
TEST_SCOPE='PushGo-iOSUITests/PushGo_iOSUITests/testLaunchesIntoMessageList' ./scripts/run_ios_ui_tests.sh
- Full suite:
PushGo Apple 平台(iOS/macOS/watchOS)是 PushGo 的官方客户端应用,可配合 PushGo Gateway 在 Apple 设备上接收通知。
- Apple 平台(本仓库):https://github.com/AldenClark/pushgo
- 网关:https://github.com/AldenClark/pushgo-gateway
- Android App:https://github.com/AldenClark/pushgo-android
- App Store - https://apps.apple.com/cn/app/pushgo/id6757907675
- Testflight - https://testflight.apple.com/join/xhYmNZH8
- iOS 18+
- macOS 15+
- watchOS 11+
- 并发/构建闸门:
./scripts/apple_concurrency_gate.sh - iOS UI 测试(稳定执行:模拟器预热 + runner 启动重试):
- 全量:
./scripts/run_ios_ui_tests.sh - 单测:
TEST_SCOPE='PushGo-iOSUITests/PushGo_iOSUITests/testLaunchesIntoMessageList' ./scripts/run_ios_ui_tests.sh
- 全量: