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

Specify CoreNFC as a weak framework #80

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

torokzsolt
Copy link
Contributor

While using this library we've got reports from users that our application was not able to launch on iPod Touch devices. We're aware that these devices doesn't support NFC, but we didn't even used any features that'd require it. After some investigation we found that if we specify CoreNFC as a weak framework the application works fine on these devices as well as devices that has NFC and builds on that feature.

In order to prevent older devices (like iPods) from crashing, we need to specify CoreNFC as a weak framework.
Copy link
Contributor

@jensutbult jensutbult left a comment

Choose a reason for hiding this comment

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

Thanks! 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants