-
Notifications
You must be signed in to change notification settings - Fork 145
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
Branch not ready on deviceready event #16
Comments
Here is the gist of the branch initialization code
On the first open/load of the app branch initializes and the init and first callbacks fire successfully, however on subsequent attempts after a hard close of the app |
Any progress with this? I'm experiencing the same issue right now. |
We're about to dig in and spend substantial time upgrading this repo. Give us a couple days. |
Hi @rphansen91, we recently made a change which may help with the issue you're seeing, both on the master branch and tagged with v1.7.1 If you are still seeing the issue with this new build, please let me know. |
Closing since it was addressed in earlier version |
After a lot of struggles with the SDK and seemingly random responses / no response from the branch.init() method I integrated Weiner in order to view the network requests and Local Storage of the device.
Sometimes when logging the branch object the values are populated and methods are in place. However much of the time the branch object logs empty with solely the proto property and the init function is undefined.
As I am using branch asynchronously this blocks the load of my app as other components depend on this data. How can I ensure that branch is ready everytime the user opens the app?
The text was updated successfully, but these errors were encountered: