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
{{ message }}
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.
When we set the package for auto cache it downloads and cache the ads. But after a while the app is becoming slower and slower on some devices it’s crashing.
Once the ad is displayed is the cache of that ad gets deleted ? How to handle his?
The text was updated successfully, but these errors were encountered:
According to Appodeal's documentation the ads that are auto-cached are automatically freed from memory after they are used. As far as I know there's no way to cache the same ad type more than once. My plugin simply uses the Appodeal code, but I didn't change anything on how the cache works.
In any case, I might have some time to work on the implementation of the destroy function in the next couple of weeks, but you're welcome to open a PR also if you want things to move a little quicker 😃
When we set the package for auto cache it downloads and cache the ads. But after a while the app is becoming slower and slower on some devices it’s crashing.
Once the ad is displayed is the cache of that ad gets deleted ? How to handle his?
The text was updated successfully, but these errors were encountered: