Dennis Brown

Results 43 comments of Dennis Brown

Make sure your device is setup as a test device on your Admob profile (app > settings > test devices). The IDFA you need for this you can get using...

What I mentioned was specific to ads not showing on an iOS device in testing (replying to the OP). This was a common issue for me when testing on a...

I have to be honest, once I got it to show interstitial/reward ads reliably, it was still an uphill battle to consistently show ads afterwards; there are just too many...

I had this exact issue as well, but did find that preloading the next interstitial on adClosed worked quite well. Here's an example of what I have in use now:...

Thanks for the reply @r-obert! Could you explain how the example from the docs not suffice in this situation, since this is the exact code being used above? For more...

I'm just posting to mention this seems to be an actual issue with the webpack url-loader. While I do not use vuejs-templates (but certainly will in the future), I found...

Sorry for the confusion, and great to know! Rephrase: Prior to the tests being run in the process itself, during the stage of the rails_helper being processed.

Yes, I did set it in the end so I could test out paraspec (wanting to move away from parallel_tests). 👍 Even so, I wanted to bring it up since...

Absolutely. One detail I did forget to mention is that the trace itself is from a manual break, since the process will actually sleep after these errors. Even so, the...

Just received this as well, but it did show the Mancy logo instead of the Electron logo. **OSX: 10.12.4 Mancy: 3.2.0** This happened after trying to import a module that...