I am testing a scenario where on third visit the 'give the feedback' form appears.
For android I've used the set_preference method to set the variable ( 'VisitCount' => 2) .Then I am just visiting once and then I see the 'give the feedback' form.This works perfectly fine.
However for iOS I didn't find anything similar . Can anyone suggest how I can do this.