Angel G. Olloqui

Results 44 comments of Angel G. Olloqui

BTW, maybe a better approach to also support single activity apps would be to provide APIs in `AppStateMonitor` to start a metric and end a metric by screen, so instead...

Hi @leotianlizhan ! thanks for the quick answer! Yes, that is indeed my use case, so I am willing to update to your next version Regards!

Thanks @thatfiredev ! I am giving it a try and seems to work like a charm. I will put in on pro next week. I will let you know if...

I would need to give it a thought with the product team, but In our particular case, we were expecting to support basically all our existing payment methods, so credit...

I am having the same error, and it does not allow me to start the app. ``` E/SQLiteDatabase: Error inserting period=6605000 preferred_charging_state=1 preferred_network_type=1 target_class=com.google.android.gms.measurement.PackageMeasurementTaskService required_network_type=0 runtime=1589376728778 required_idleness_state=0 source=16 service_kind=0 target_package=com.google.android.gms...

>Additionally, does the stacktrace actually originate in your app? or is it just part of unfiltered logcat output? Not sure if it originates inside or outside the app as a...

One more thing I just reminded is that the app used to have Crashlytics active through Fabric without any issue. It has been since we moved to Firebase for it...

The origin might not be related to crashlytics directly, but it is the fact that crashlytics is added to the project what makes it crash, so there is some wrong...

Same issue here, not happening very often but for a few users (~0.1%, with different device manufacturers and OS versions, no apparent pattern there) ``` ... Caused by android.view.InflateException: Binary...

We have a similar issue. Our project contains several frameworks with dependencies in them that are shared. After updating from cocoapods 1.10.1 to 1.11.2 we got the same issue. The...