You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GetSessionId implementation for Android, iOS, and stub. (#1135)
* Add GetSessionId implementation for Android, iOS, and stub.
* Format code.
* Update header doc
* Fix JNI call.
* Fix Android build.
* Fix JNI call and Future completion call.
* Use existing utility function.
* Force long parameter.
* Explicitly use an int64_t result.
* Fix iOS build error.
* Add default error code of -1 to GetSessionId error.
* Fix type mismatch
* Add mutex to completion handler on iOS.
* Add retry when running GetSessionId on simulator.
* Clarify comment.
* Fix mutex
* Fix build error.
* Format code.
* Roll back changes to info.plist files.
Revert "Fix build error."
This reverts commit 2a4e57f.
* Add static cast to int64 type
* Add readme note.
* Use long long in SWIG mode, rather than int64_t.
* Revert "Use long long in SWIG mode, rather than int64_t."
This reverts commit 8f096b2.
* Add debug output to analytics test.
* Also output "Unknown error" if the status message is blank.
* Add more error logging.
* Fix error handling to respect exception result type.
* Change flaky fix
* Add more debugging to Android version.
* Format code.
* Make sure the consent test isn't screwing up the session ID test.
* Try moving consent stuff earlier, with delays, to make sure it
doesn't mess up GetSessionId.
* Expanded the error message.
* Fix error message.
* Add logging to SetConsent on Android.
* Format code.
* Add skip for order-dependent test that fails, to avoid a flake.
* Fix did_test_setconsent flag
* Added log message for skipping test
0 commit comments