Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications don't show location #69

Closed
ParityError opened this issue Sep 23, 2022 · 2 comments
Closed

Notifications don't show location #69

ParityError opened this issue Sep 23, 2022 · 2 comments

Comments

@ParityError
Copy link

The notifications don't indicate where the location of the available devices are. It's not very useful omitting the location as you'd need to be staring at the app itself or switch to it every time a notification pops up to see if your closest location has the device. Another solution might be to allow only a specified location to show notifications if preferred perhaps.

@worthbak
Copy link
Owner

Apple's API makes it quite simple to include or exclude results from nearby stores (&searchNearby=true or false), so I'll update the app to add a toggle for that setting. If you deselect the toggle, you'll only see results (and get notifications) for the selected store.

That's a quick fix that should get you most of the way there - I'll keep more advanced notification settings in mind for the future.

worthbak added a commit that referenced this issue Sep 25, 2022
fixes #69 (nice); also updates some project settings Xcode bugged me about
@worthbak
Copy link
Owner

Added the aforementioned fix in v0.1.4 🤘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants