Tejas Deshpande

Results 9 comments of 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`: ![Image](https://github.com/user-attachments/assets/7973bfc7-0cea-484b-86c6-d4832f0ab3af) but switching it to the `Delegate` shows that the delegate was called: ![Image](https://github.com/user-attachments/assets/85aac091-dafc-4ca7-9780-947b3b45a42c) ![Image](https://github.com/user-attachments/assets/685bfb4c-1de4-46be-9614-89132134deb0) 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. ![Image](https://github.com/user-attachments/assets/2d6b318e-26fa-4265-88bf-7ae340fe8815)

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...