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
SDKObjective: 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...