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

Location Push Service Notification Support #111

Open
foehammer88 opened this issue May 5, 2022 · 2 comments
Open

Location Push Service Notification Support #111

foehammer88 opened this issue May 5, 2022 · 2 comments

Comments

@foehammer88
Copy link

foehammer88 commented May 5, 2022

With iOS 15, a new notification type was added, Location Push Service Notifications Apple Docs | Setting Up A Remote Notification.

I believe a change is simply needed here index.d.ts, to simply add the text 'location'.

@parse-github-assistant
Copy link

parse-github-assistant bot commented May 5, 2022

Thanks for opening this issue!

  • ❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.

@mtrezza mtrezza added type:feature bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) and removed bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Jul 16, 2023
@bamse16
Copy link

bamse16 commented Dec 15, 2023

As long as you set the correct properties, it should work without updating the .ts file.

index.d.ts is exposing the current implementation to TypeScript, but does not prevent you to set pushType to location, and the correct apns-topic according to the linked documentation. (might need to use some as unknown as x when using TypeScript though).

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

3 participants