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.
Could we remove the DevelopmentTeam option so anyone can use the example project? 😃
There was a problem hiding this comment.
Well i though you always need to use a Development Team?
There was a problem hiding this comment.
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.
Odd, Xcode always forces me to select one?...But this should matter know... the developer has to adjust the xcode-project anyway :)
Naturalclar
left a comment
There was a problem hiding this comment.
@Psiiirus Thanks for the fixes! I've made some comments.
Naturalclar
left a comment
There was a problem hiding this comment.
@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