Hi,
I just integrated Instabug SDK binding library to my Project that already uses ModernHttpClient.
Problem is that http calls correctly works before Instabug initialization but they stopped working just after.
I already encountered this problem before and I solved convert all httpClient with ModernHttpClient but in this case, probably, Instabug SDK do something that I can not override.
Problem is not Instabug specific SDK, problem is that once you start using ModernHttpClient you should always use this and sometimes it is not possible.
Hi, I just integrated Instabug SDK binding library to my Project that already uses ModernHttpClient. Problem is that http calls correctly works before Instabug initialization but they stopped working just after.
I already encountered this problem before and I solved convert all httpClient with ModernHttpClient but in this case, probably, Instabug SDK do something that I can not override. Problem is not Instabug specific SDK, problem is that once you start using ModernHttpClient you should always use this and sometimes it is not possible.
Any idea? Many Thanks