Hi everyone,
I wanted to ask something about one of the native popups supported by Corona. In the native.showPopup doc, it’s said “If a popup supports listeners (and you pass a listener via options.listener), then those listeners are dispatched popup events”
Does that concern the “rateApp” popup ? I’m just trying to catch the moment when the user comes back to my app after being directed to the store by this popup, but it doesn’t work. It seems like the rateApp popup doesn’t call the listener passed in parameters, so… is that normal ? And if it doesn’t, will it change ?
Thanks in advance for the answers !