I have got the in-app messaging working on our test environment (Ex. show a message every time the user logs in). The next step is configuring a message on the production environment version and I have hit a roadblock in there. Below are the details:
Platform: iOS SDK
Objective: Show an in-app message asking the user to provide a rating after 5 successful logins.
We currently have a tag (ex. home|loginSucess), but is there a way to count down how many times the tag has been registered. I know that we can count this in the app and then have a separate tag for when the user completes five logins, but I am looking for doing this through the dashboard. Showing the message on a single occurrence is easy. The multiple occurrence thing is where I am unable to figure out the setting.