embrace-io / embrace-unity-sdk

Apache License 2.0
60 stars 1 forks source link

Properly disposing Android objects and classes #15

Open dpfnascimento opened 1 month ago

dpfnascimento commented 1 month ago

Goal

Properly disposing Android objects and classes on Native_Android class. Not disposing it made the code more prone to crash due the memory being partially held or not fully cleaned

Testing

Part of the changes are live on Tennis Clash but IEmbraceProvider.RecordPushNotification isn't properly tested yet