Can you attach a custom message to the rate app popup? For example, if I wanted to say ‘To support future development, please leave us a rating’, could I do that with the showPopup?
local options = { iOSAppId = "1234567890", nookAppEAN = "0987654321", supportedAndroidStores = { "google", "samsung", "amazon", "nook" }, } native.showPopup("rateApp", options)