We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading IAP package, it somehow caused GameAnalytics to crash. Here is the call stack:
2024/07/12 02:27:03.482 10137 11387 Warn System.err at java.lang.Class.classForName(Native Method) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at java.lang.Class.forName(Class.java:454) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at java.lang.Class.forName(Class.java:379) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at com.gameanalytics.sdk.utilities.Reflection.invokeStaticMethod(Reflection.java:64) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at com.gameanalytics.sdk.utilities.Reflection.getAdvertisingInfoObject(Reflection.java:16) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at com.gameanalytics.sdk.utilities.Reflection.getAdId(Reflection.java:23) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at com.gameanalytics.sdk.utilities.GAUtilities.getOAID(GAUtilities.java:254) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at com.gameanalytics.sdk.device.GADevice.getOAID(GADevice.java:272) 2024/07/12 02:27:03.482 10137 11387 Warn System.err at com.gameanalytics.sdk.state.GAState.getIdentifier(GAState.java:1529) 2024/07/12 02:27:03.483 10137 11387 Warn System.err at com.gameanalytics.sdk.state.GAState.getInitAnnotations(GAState.java:1469) 2024/07/12 02:27:03.483 10137 11387 Warn System.err at com.gameanalytics.sdk.http.GAHTTPApi.requestInitReturningDict(GAHTTPApi.java:231) 2024/07/12 02:27:03.483 10137 11387 Warn System.err at com.gameanalytics.sdk.state.GAState.startNewSession(GAState.java:902) 2024/07/12 02:27:03.483 10137 11387 Warn System.err at com.gameanalytics.sdk.state.GAState.internalInitialize(GAState.java:1744) 2024/07/12 02:27:03.484 10137 11387 Warn System.err at com.gameanalytics.sdk.GameAnalytics$15.execute(GameAnalytics.java:461) 2024/07/12 02:27:03.484 10137 11387 Warn System.err at com.gameanalytics.sdk.threading.GAThreading$1.run(GAThreading.java:32) 2024/07/12 02:27:03.484 10137 11387 Warn System.err at java.util.TimerThread.mainLoop(Timer.java:562) 2024/07/12 02:27:03.484 10137 11387 Warn System.err at java.util.TimerThread.run(Timer.java:512)
I'm going to upgrade GA to 7.8 to 7.10.0-beta just to see if it fixes my issue. I'll close if it fixes it.
The text was updated successfully, but these errors were encountered:
Ok it's fixed
Sorry, something went wrong.
Which version of IAP you are using? I have the same issue but after upgrading to GA 7.10.0-beta, the issue not fixed.
Ok it's fixed Which version of IAP you are using? I have the same issue but after upgrading to GA 7.10.0-beta, the issue not fixed.
I don’t recall but I used the latest update as Google play shows billing library warning.
No branches or pull requests
After upgrading IAP package, it somehow caused GameAnalytics to crash. Here is the call stack:
I'm going to upgrade GA to 7.8 to 7.10.0-beta just to see if it fixes my issue.
I'll close if it fixes it.
The text was updated successfully, but these errors were encountered: