-
Notifications
You must be signed in to change notification settings - Fork 287
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
Inconsistency between docs and example regarding completionHandler() #244
Comments
yes i've found the same issue. it's very confusing because |
@leethree @xsamix you can't call the |
@apfritts i'm not familiar with iOS, but my understanding it that the README doesn't give any guidance on that 🤷🏼 |
@leethree by calling In my instance, if I call the |
@apfritts I see. It makes sense to me 👍🏼 |
@apfritts is your PR merged? |
Call to completionHandler() and code around are originally from here: https://github.com/react-native-push-notification-ios/push-notification-ios/pull/104/files
Here completionHandler() call is removed from README.md and example AppDelegate.m: https://github.com/react-native-push-notification-ios/push-notification-ios/pull/207/files
Here it is added back to example AppDelegate.m, but README.md is left missing: https://github.com/react-native-push-notification-ios/push-notification-ios/pull/241/files
Last pull addresses completion handling and is included in newest release, so this must be meaningful.
So my question to @Naturalclar is, which way should it be? Presumably example is correct and docs are lagging, but...
The text was updated successfully, but these errors were encountered: