Closed cristan closed 3 years ago
Calling openFormAlways doesn't work in this SDK. Surprisingly enough, this isn't present in the iOS SDK.
openFormAlways
Your code
public void openFormAlways(String formKey) { if(formKey != null) { unconditionalEvent("_force_"+formKey); } }
If you remove the "force" from this, this method does work.
Ah, nevermind. I was calling openFormAlways with an event name, not with a formKey.
Calling
openFormAlways
doesn't work in this SDK. Surprisingly enough, this isn't present in the iOS SDK.Your code
If you remove the "force" from this, this method does work.