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

Add Live Activities support #1713

Open
torodavit opened this issue Feb 24, 2023 · 4 comments
Open

Add Live Activities support #1713

torodavit opened this issue Feb 24, 2023 · 4 comments
Labels
type:feature New feature or improvement of existing feature

Comments

@torodavit
Copy link

Everyone know this feature

I am using parse In my apps. I love it.
Now Need This feature.

Need Live activities Support!!!

@parse-github-assistant
Copy link

Thanks for opening this issue!

@mtrezza
Copy link
Member

mtrezza commented Feb 24, 2023

Could you please edit your post and describe the feature? Do you mean LiveQuery support?

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Feb 24, 2023
@mman
Copy link
Contributor

mman commented Feb 24, 2023

@mtrezza Very vague future request, but I think the OP wanted to point out that when your iPhone app uses and supports Live Activities (https://developer.apple.com/documentation/activitykit/updating-and-ending-your-live-activity-with-activitykit-push-notifications) you can actually ask the Live Activity to update itself by sending it a push notification.

We currently store APNS push token in _Installation class representing an instance of the app. When you start a Live Activity from your app, you actually get another separate APNS push token so that the Live Activity running in an extension can receive a push notification independently from the main app. At least this is how I understand it.

We have no place to store this push token yet, and we have no functionality to send the notification to this push token at the moment.

Needs more thinking. I'd leave for @torodavit to fill in more details...

@mtrezza mtrezza changed the title Live activities Support Add Live Activities support Feb 24, 2023
@dplewis
Copy link
Member

dplewis commented Jul 15, 2023

@mman I did a PR on the APN repo. parse-community/node-apn#130

You can get this working by creating a new ParseInstallation with a channel (live activity) and live activity deviceToken, query it and push to it once the push adapter gets updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

4 participants