Skip to content
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

Upgrading without uninstalling the previous version will not report previous events? #96

Open
Ru7z opened this issue May 15, 2021 · 7 comments

Comments

@Ru7z
Copy link

Ru7z commented May 15, 2021

I found that when I upgrade my app without uninstalling previous versions, the requests in the Queue which did not send last time will no longer be sent.

I note that the data was not lost in the local DB file(db3.box).

Is this code not work or something?

@Ru7z Ru7z changed the title Overlay installation not report previous events? Upgrading without uninstalling the previous version will not report previous events? May 15, 2021
@ZahidZafar
Copy link
Contributor

Hello,
Please share the SDK version and platform you are using.

@Ru7z
Copy link
Author

Ru7z commented May 17, 2021

countly-unity-sdk.20.11.0
Both ios and android.

@ZahidZafar
Copy link
Contributor

ZahidZafar commented May 17, 2021

Did you upgrade the SDK version too, or just upgrade the android or ios app?

@Ru7z
Copy link
Author

Ru7z commented May 17, 2021

Just app.

@Ru7z
Copy link
Author

Ru7z commented May 17, 2021

In fact, when the app is reinstalled, the unsent events stored locally will not be sent again.

@ZahidZafar
Copy link
Contributor

ZahidZafar commented May 17, 2021

Events and Views stored locally will send to the server when their count will be equal to or greater than the event threshold and Views threshold respectively.
You can configure Events and Views threshold values in 'Countly prefab'. After the session update call these events will send to the server.

@Ru7z
Copy link
Author

Ru7z commented May 17, 2021

Yes, I know that. In general, countly works well. My problem is that when an overwrite installation occurs, countly did not resend the unsent requests previously stored in the db.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants