Hi,
I'm having an odd issue with using Sharing Services. I'm already using Game and Billing OK.
Just trying to call CanSendMail fails. Essential Kit V3.4.2. Unity 6000.1.12f1
08-21 11:05:34.124 4968 4986 E Unity : [VoxelBusters.CoreLibrary.EssentialKit] UnityEngine.AndroidJavaException: java.lang.ClassNotFoundException: com.voxelbusters.essentialkit.sharingservices.MailComposer
...
<00000000000000000000000000000000>:0
08-21 11:05:34.124 4968 4986 E Unity : at VoxelBusters.EssentialKit.MailComposer.CanSendMail ()
Note I had to add a reference manually in my scripts.asmdef to get a build, which was a bit unexpected?
CS0012: The type 'NativeFeatureBehaviour' is defined in an assembly that is not referenced. You must add a reference to assembly 'VoxelBusters.CoreLibrary.NativePlugins, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Thanks,