-
Notifications
You must be signed in to change notification settings - Fork 290
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
Example project fixes #96
Example project fixes #96
Conversation
…visioning and downgraded to SDK 9 deployment target / JS: moved the PushNotificationIOS.requestPermissions call after the event registrations to avoid problems
Real device problem could be fixed with this solution ive also created a PR for |
TestTargetID = 13B07F861A680F5B00A75B9A; | ||
}; | ||
13B07F861A680F5B00A75B9A = { | ||
DevelopmentTeam = UL428N5782; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we remove the DevelopmentTeam option so anyone can use the example project? 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well i though you always need to use a Development Team?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed, development team is required to run the example with a real device. however, other people won't be able to use your development team id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd, Xcode always forces me to select one?...But this should matter know... the developer has to adjust the xcode-project anyway :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Psiiirus Thanks for the fixes! I've made some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Psiiirus Thank you!
Summary
I've just updated and configured the example project to meet the set up requirements of this library.
Compatibility
Note
Besides everything is set upped as it should be it still doesnt work on iOS 13.1.3 with my real iPhone 7 device. Fixed by #97