Tejas Deshpande
Tejas Deshpande
Hi folks! I'm on the Firebase Performance team! We're exploring building Unity support for Firebase Performance - and we're looking for Early Access Partners to get some feedback on it!...
Hi @a-25 - thanks for the PR! There's a simpler fix (focused on single scenes) - does this work in your case? Or does your use case involve multiple scenes?...
If this issue is still occurring, please re-open the issue, or file a new issue.
Thanks! I've added a [unit test](https://github.com/firebase/firebase-ios-sdk/pull/14489) that tries to test that behaviour and at least the unit test passes - with a caveat that the delegate is an `NSObject` and...
I added an [additional unit test](https://github.com/firebase/firebase-ios-sdk/pull/14489) with an `NSProxy` for the `NSURLSessionDelegate` - and it still passes. Is it possible that it's some sort of a race condition? The unit...
I was able to reproduce it w/ `NSProxy`:  but switching it to the `Delegate` shows that the delegate was called:   I also tried removing `` in the...
I was able to find a [solution](https://github.com/firebase/firebase-ios-sdk/pull/14489/files#diff-9a57a3ae103a9343ceb3ecd67464535bb828d71f3ea4e1d7c81606588f66fbe2) that *should* fix the [issue](https://github.com/firebase/firebase-ios-sdk/pull/14489/commits/8a3b49cb4aeb83b836ced9ff247c056ffcc459a4) w/ `NSProxy` as a delegate. It does work, but I want to refactor it before submitting it. 
Hi @jaydeepbhayani Based on going through the comments, and your debug files, it indicates that there's a difference in which binary (either APK, or AAB) is being uploaded with different...