-
Notifications
You must be signed in to change notification settings - Fork 25
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
total_sessions gives 404 not found #37
Comments
Having the same issue, for some reason it looks like total_sessions fails when sending an Android App id, but it works with an iOS App id. |
Is this the expected behavior @etolstoy ? |
@PiXeL16 Hi. I checked the workability with the android application. Everything is working. The problem is most likely in the parameters. Check the validity of the arguments (type) |
Yes, it's still a problem. I get |
FWIW I am solving it with this code:
If you'd like a pull request replacing |
Given this code:
I can get crashes correctly, but sessions is always
nil
(notice I am using the same app id). Debugging intototal_sessions
I see that the networkresponse
gives us a 404:I suspect the url scheme could have changed on the fabric.io end, though I am not certain.
The text was updated successfully, but these errors were encountered: