Payfrit Beacon iOS
Find a file
Schwifty 62e40f6564 fix: slash BLE connection timeouts to match Android optimizations
Port timeout reductions from payfrit-beacon-android PR #5:
- Read operation timeout: 15s → 8s
- Password retry delay: 0.5s → 0.2s (matches Android's 200→100ms auth delays)
- FFE2 reconnect delay: 2.0s → 1.0s (matches Android's cleanup delay reduction)
- Final response collection: 2.0s → 1.0s
- Disconnect retry backoff: +2.0s → +1.0s base
- Post-reconnect resume delay: 1.5s → 0.8s

Typical provisioning should feel noticeably snappier, especially
on retries and reconnects.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 16:57:34 +00:00
_backup Add ios-marketing idiom, iPad orientations, launch screen 2026-02-10 19:38:11 -08:00
PayfritBeacon fix: slash BLE connection timeouts to match Android optimizations 2026-03-22 16:57:34 +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