-
Notifications
You must be signed in to change notification settings - Fork 434
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
Dynamic Link crashes app #11
Comments
Any chance you could share the rest of the crash log? Looks like the logcat output is cut off after "-- beginning of crash". |
I copied all the logs filtered by the application name. I have removed the filter and here is the rest of the log:
|
The stack is extremely useful thank you! We found the bug in our C++ --> C# layer. The C++ API is reporting a nullptr for the invitation ID which isn't being handled by the listener implementation in the C# interface. So basically right now things are going to crash if the link doesn't have an invitation ID set. |
Do you have a rough estimate on when the fix will be released? Our app is going beta on January. Will the fix made it before that? Thanks! |
Yep, we should have a fix available within the next couple of weeks. Cheers, On Tue, Nov 22, 2016 at 11:28 AM, comtaler notifications@github.com wrote:
|
I created a dynamic link on the firebase console with Link name and Link URL set. With the dynamic link generated, I created webpage with this link and click on the link. After it launches the app, the app crashes (Running the test app to send invites to email and click the link in the email works fine).
Here is the entire logcat output:
The text was updated successfully, but these errors were encountered: