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

feat: native ios support #4049

Merged
merged 14 commits into from
Jan 16, 2025
Merged

feat: native ios support #4049

merged 14 commits into from
Jan 16, 2025

Conversation

idoshamun
Copy link
Member

@idoshamun idoshamun commented Jan 7, 2025

Missing bits that are required to release an ios app.

Checklist (not everything is applied in this repo):

  • Authentication flow
  • Proper UX for article links
  • Analytics support
  • Proper splash screen - Not relevant here
  • Push notifications
  • Test that I didn't break web push 🙈

Preview domain

https://native-ios.preview.app.daily.dev

Copy link

vercel bot commented Jan 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
daily-webapp ✅ Ready (Inspect) Visit Preview Jan 16, 2025 2:57pm
1 Skipped Deployment
Name Status Preview Updated (UTC)
storybook ⬜️ Ignored (Inspect) Jan 16, 2025 2:57pm

Missing bits that are required to release an ios app.

This is still WIP
Add support for checking the current state of push notifications when running native
@idoshamun idoshamun marked this pull request as ready for review January 16, 2025 14:51
@idoshamun idoshamun requested a review from a team as a code owner January 16, 2025 14:51
Comment on lines 103 to 104
// eslint-disable-next-line no-console
console.log('subscription callback', newPermission);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed 🙈

Copy link
Member

@omBratteng omBratteng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm good luck with prod testing

@idoshamun idoshamun merged commit 5c4129d into main Jan 16, 2025
10 checks passed
@idoshamun idoshamun deleted the native-ios branch January 16, 2025 15:12
useState,
} from 'react';
import { useQuery, useQueryClient } from '@tanstack/react-query';
import type OneSignal from 'react-onesignal';
import OneSignal from 'react-onesignal';
Copy link
Member

@sshanzel sshanzel Jan 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this not import the OneSignal as a whole all the time now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Totally missed that

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in prod

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

Successfully merging this pull request may close these issues.

3 participants