We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had some issues while following the docs and propose to add these relevant details:
The Info.plist in Xcode requires not only the background modes but also the labels as identifiers as information:
In the AppDelegate.swift file, an import statement must be added:
If relevant, location usage descriptions must be added to the Info.plist:
If the event handler return anything with resolve() it must be a proper JS object:
resolve()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I had some issues while following the docs and propose to add these relevant details:
The Info.plist in Xcode requires not only the background modes but also the labels as identifiers as information:
In the AppDelegate.swift file, an import statement must be added:
If relevant, location usage descriptions must be added to the Info.plist:
If the event handler return anything with
resolve()
it must be a proper JS object:The text was updated successfully, but these errors were encountered: