-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INTERACTIONS] Criteria evaluated => false for non English Locale #226
Comments
Hi @marenovakovic. Great question. We do support translations, so happy to look into this for you. This may be related to a setting in your Apptentive Dashboard. Can you send me the Apptentive app ID that you're using to test? It can be found in the URL from your Apptentive Dashboard. In the example URL below, 5e8f7c640f4166143f000079 is the app ID https://be.apptentive.com/apps/5e8f7c640f4166143f000079/dashboard Separately, would you be able to turn on verbose logging for the Spanish test? We'd be able to see more details about exactly what is causing it to be evaluated false. Thanks! |
@CaseyApptentive Thank you for quick response! We may have some internal problem and I will update the issue shortly. |
@CaseyApptentive No I don't think that we do have internal issue. We have simple criteria for testing love dialog, 3 launches and one other action. |
Thanks, @marenovakovic. I'll await those verbose logs. They will tell us exactly where the evaluation is failing. Between tests, can you be sure to follow these steps to ensure it's a totally clean test? Sorry for the extra steps but it really does ensure that everything is working as expected. Long tap app icon > App Info > Force Stop > OK > Storage & Cache > Clear Storage > OK > set your device to These instructions will ensure that any Thanks! |
@CaseyApptentive Am already running clean builds every time. After dialog shows for the first time I delete the app and install it again for new testing. I will post verbose logs. |
Sometimes dialog shows, sometimes it doesn't. But when it does show it's in a wrong language.
Does this tell you anything at all? @CaseyApptentive |
This is after 5 launches and 3 actions that are supposed to trigger love dialog. After one more launch and action that should trigger Love Dialog I get this: One more launch and Love Dialog triggering action and dialog shows in English and logs are:
|
Thank you. This is very helpful. Like you said, I believe you are actually seeing two separate issues -- so let's work through one at a time. The good news is that neither is that crazy! Would you be open to scheduling a dev call to work through these? It could be easier to resolve on the phone. If so, please reach out to [email protected] and we'll get one scheduled as soon as possible. Don't worry. Our support email has real people responding throughout the day (Pacific Time) and we'll expedite this! |
Our app supports
en
andes
locale.LoveDialog
is shown when criteria set on the dashboard is met ONLY foren
locale.For
es
locale[INTERACTIONS] Criteria evaluated => false
is always false.I meet the criteria with
es
locale and nothing happens than I change toen
locale and on first eventLoveDialog
shows and[INTERACTIONS] Criteria evaluated => true
appears in log.Version:
Apptentive Android SDK 5.6.0
The text was updated successfully, but these errors were encountered: