SponsorAds
SponsorAds
We currently use 743 as the patch notes don't suggest anything major besides audio issues. If @ajwfrost can confirm it might help I can try it. I'm currently hesistant pushing...
List of ANE used, nothing custom or surprising, but a good amount: ``` com.distriqt.InAppBilling com.distriqt.facebook.Core com.distriqt.facebook.Share com.distriqt.Bolts com.distriqt.Application com.distriqt.Volume com.distriqt.Core com.distriqt.playservices.GCM com.distriqt.playservices.Base com.distriqt.playservices.Ads com.distriqt.CustomResources com.distriqt.MediaPlayer com.distriqt.ZipUtils com.distriqt.NetworkInfo com.distriqt.Firebase com.distriqt.firebase.Performance com.distriqt.firebase.RemoteConfig...
Any movement with them? Or can we do anything to prevent crashes? We updated to .7xx and could shave off 2% crashes (likely all ssl issues). Still at 3-3.5%.
We are using exclusively distriqts ANE. We don't have any such tests ourselves. I didn't write back that long because I concur with the needdle in a haystack. Currently we...
Hi, after some time, some more symbols. Currently the state of our newest app looks like this:  I took a good amount of time...
Currently 50.0.1.3
I can upload you an apk or you can download the store version (air.de.sponsorads.orphans). APM config: ``` "dependencies": [ { "version": "7.0.1", "id": "com.distriqt.Core" }, { "version": "14.0.0", "id": "com.distriqt.InAppBilling"...
I am currently testing it out a bit and I am able to reproduce signal 11 crashes on startup (by simply looping my startup, sometimes takes 100 "starts" for a...
Let me share a small function in which my logs repeatedly stop after crash. ``` public function query(query:String, cb:Function = null, log:Boolean = true):Boolean { _app.log("DBStatement. query #1"); this.isReady =...
30 minutes after removing the reusage and using a fresh SqlStatement() every time, my reproducable crashes are completely gone. I'll keep testing. Can AIRs sqlite implementation have anything to do...