Hi guys,
Half way into the develop of my app, I stepped into a huge wall :/
I want to monetize my app using AdBuddiz so I registered it on them, and followed the recommended steps, all works fine... until I started using CameraEx... I have made a few test, and found that, if I use the manifest line needed to show the adds, CameraEx gets ignored completely.
Proof of this is that, when CameraEx is correctly used, the image rotation value is loged by the class itself.
When WITHOUT the manifest entry, all works as it should.
Please advise, anyone having similar issues?
[EDIT]
After a bit of more fiddling around, I found that, if I try to show an ad at the end of Activity_Create, the CameraEx doen't get properly initiated.
I tried the ad.show right after the ad.initialize as well as at the very end of activity_create. both gave me same result.
BUT, if I show the ad on activity_pause, It wil work properly.
Side note: showing the ads was never an issue, its the correct init of cameraExclass that seems to fail in certain circumstances.
Half way into the develop of my app, I stepped into a huge wall :/
I want to monetize my app using AdBuddiz so I registered it on them, and followed the recommended steps, all works fine... until I started using CameraEx... I have made a few test, and found that, if I use the manifest line needed to show the adds, CameraEx gets ignored completely.
Proof of this is that, when CameraEx is correctly used, the image rotation value is loged by the class itself.
When WITHOUT the manifest entry, all works as it should.
Please advise, anyone having similar issues?
[EDIT]
After a bit of more fiddling around, I found that, if I try to show an ad at the end of Activity_Create, the CameraEx doen't get properly initiated.
I tried the ad.show right after the ad.initialize as well as at the very end of activity_create. both gave me same result.
BUT, if I show the ad on activity_pause, It wil work properly.
Side note: showing the ads was never an issue, its the correct init of cameraExclass that seems to fail in certain circumstances.
Last edited: