Stanislav Ryzhov

Results 4 issues of Stanislav Ryzhov

In AppsFlyer.cs script there is a lot instance null checks, which makes code readability and support worse. I suggest to convert instance filed to property and add AppsFlyerDummy instance for...

### What's on your mind? In OneSignal started from version 3 UnityMainThreadDispatch uses when we call OneSignal.Default.GetTags() in Android platform. The problem is that context getting with [RuntimeInitializeOnLoadMethod] attribute. According...

### What happened? In callback method i use `UnityEngine.Application.version` which requires to be called on main thread. I suggest to dispatch onesignal callbacks in unity to main thread. Or update...

Enhancement / Feature

This change is [](https://reviewable.io/reviews/onesignal/onesignal-unity-sdk/547)