Hey everyone,
I decided to give Tap for Tap a try in my game and used the Unity plugin found at github GitHub - tapfortap/Unity: Tap for Tap Unity3d Plugin
Followed the instructions on the page to update my manifest and setup my scripts but I get a bunch of errors like this when it starts up. Does anyone know what might be going on? I have contacted support but thought I’d drop the question in here while I wait.
JNI: Unable to find field id for ‘currentActivity’ (static)
UnityEngine.AndroidJavaObject:GetStatic(String)
TapForTapAndroid:getContext() (at Assets/Scripts/TapForTap/TapForTapAndroid.cs:82)
TapForTapAndroid:InitializeWithApiKey(String) (at Assets/Scripts/TapForTap/TapForTapAndroid.cs:10)
TapForTap:initialize(String) (at Assets/Scripts/TapForTap/TapForTap.cs:20)
TapForTapInitialise:Start() (at Assets/Scripts/TapForTapInitialise.cs:7)