Joaquin Grech
Joaquin Grech
It was working fine. I updated to the latest 3.0.3 package and now it won't compile on iOS with he following error. This is using Unity 2021.3.6f iOS framework addition...
### What happened? I'm getting crashes on android when I get a notification. It complains about missing classes. I did the integration of 3.0.1 as told by the official guide....
### What happened? At this point, I'm wondering if anyone out there tests these things or even if they are used. I found two major bugs in the last 24...
### What happened? Another one for the books. The amazon device was getting random crashes when compiled with Unity 2021.2.18 and onesignal 3.0.0 After hours wasted, I realize that ```...
Ok, this is not the first time so... I'm just thinking you don't test for months... otherwise I don't get it from the list of pending bugs in here. Using...
I've tried with Unity 2021 and 2022. Since the iOS 16 update with its corresponding Xcode, we can't compile any game. We get this error on one signal error build:...
if you add the package to a new flutter package on android studio by default it won't compile with a bunch of errors like this: A failure occurred while executing...
In the doc a link is provided that if we find an error with Glide, we should do "that". The error is this: W/Glide (10496): Failed to find GeneratedAppGlideModule. You...
### Contact Details _No response_ ### What happened? I've tried blocking the scrolling feature while I do a pinch and zoom on the widget. I didn't find a way to...
### 👟 Reproduction steps this method: https://github.com/appwrite/sdk-for-dotnet/blob/5c204437cd1a8b704b0e4aff2534ae3445cb3935/src/Appwrite/Models/User.cs#L102-L120 the issue is that when you do this on the server from the JWT token: ```c# var client = new Client() .SetEndpoint("https://cloud.appwrite.io/v1") //...