git-shawn / QR-Pop

A clean, convenient, and privacy-first QR code generator for macOS, iOS, and watchOS built with SwiftUI.
https://www.fromshawn.dev/qrpop
MIT License
64 stars 7 forks source link

Location Based Live Activities #7

Open git-shawn opened 1 year ago

git-shawn commented 1 year ago

Use UNLocationNotificationTrigger to create and destroy a live activity representing a QR code in the Archive.

For example, a user may ask to present their gym membership QR code when they are at their gym. The location notification trigger would trigger the live activity when they are near the gym, then destroy it when they leave.

Considerations: