Hi everyone,
I am developing a small mobile game and wanted to integrate Unity Ads into it in the form of rewarded videos.
My project was working perfectly fine without unity ads. But now that I put Unity ads in the mixture it behaves strangely.
If I run in editor, everything goes perfectly, and I can see the test ad.
But when I upload it to android, it just executes for around 5 seconds and suddenly the application crashes.
Here is the Script integrating unity ads:
Game crash on android after integrating Unity Ads
I am developing a small mobile game and wanted to integrate Unity Ads into it in the form of rewarded videos.
My project was working perfectly fine without unity ads. But now that I put Unity ads in the mixture it behaves strangely.
If I run in editor, everything goes perfectly, and I can see the test ad.
But when I upload it to android, it just executes for around 5 seconds and suddenly the application crashes.
Here is the Script integrating unity ads:
Code (CSharp):
- using...