AppsFlyerSDK / appsflyer-unity-plugin

AppsFlyer Unity Plugin
MIT License
156 stars 64 forks source link

Get rid of instance null checks #185

Closed Arikaton closed 1 year ago

Arikaton commented 2 years ago

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 editor. Also move initSDK to IAppsFlyerNativeBridge interface makes the code more uniform

af-do commented 1 year ago

Thank you for your suggestion, we will look into it internally.