Payfrit Beacon iOS
Find a file
Koda 2ebff4879c perf: aggressive BLE timeout tuning to match Android optimizations
Port all timing reductions from payfrit-beacon-android PR #9:
- BASE_WRITE_DELAY: 0.5s → 0.2s
- HEAVY_WRITE_DELAY: 1.0s → 0.4s
- LARGE_PAYLOAD_DELAY: 0.8s → 0.3s
- RESPONSE_GATE_TIMEOUT: 1.0s → 0.5s
- WRITE_TIMEOUT: 5.0s → 2.0s
- GLOBAL_TIMEOUT: 90s → 30s
- Read config timeout: 15s → 8s
- Password retry delay: 0.5s → 0.2s
- FFE2 reconnect delay: 2.0s → 1.0s
- Connection retry backoff: halved (0.5s/1.0s/1.5s)
- Disconnect retry backoff: halved
- Read query delays: 0.4s → 0.2s
- Reconnect resume delay: 1.5s → 0.5s
- Final response wait: 2.0s → 1.0s
2026-03-22 16:59:33 +00:00
_backup Add ios-marketing idiom, iPad orientations, launch screen 2026-02-10 19:38:11 -08:00
PayfritBeacon perf: aggressive BLE timeout tuning to match Android optimizations 2026-03-22 16:59:33 +00:00
PayfritBeacon.xcodeproj Add UUIDFormatting.swift to Xcode project 2026-03-21 15:23:43 -07:00
.gitignore Initial commit: Payfrit Beacon iOS native app 2026-02-01 23:39:29 -08:00
ExportOptions.plist Add ios-marketing idiom, iPad orientations, launch screen 2026-02-10 19:38:11 -08:00
ExportOptionsLocal.plist Add ios-marketing idiom, iPad orientations, launch screen 2026-02-10 19:38:11 -08:00
Podfile Rewrite app: simplified architecture, CoreLocation beacon scanning, UI fixes 2026-02-04 22:07:39 -08:00
Podfile.lock Rewrite app: simplified architecture, CoreLocation beacon scanning, UI fixes 2026-02-04 22:07:39 -08:00
QA_WALKTHROUGH.md Initial commit: Payfrit Beacon iOS native app 2026-02-01 23:39:29 -08:00