Page 1 of 1

mobileComposeMail? - Working now

Posted: Sun Apr 30, 2023 10:00 am
by DR White
I am wanting user feedback on my app.

So I have a button with the following code (It works fine on Android devices but not iOS (I have tried three different peoples iPhones):
if the environment is "mobile" then
put empty into tAttachment
---------------------------
if mobileCanSendMail () is true then
put empty into tAttachment["data"]
put "text/plain" into tAttachment["type"]
put "Greetings.txt" into tAttachment["name"]
mobileComposeMail "PLC Simulator 2 Performance Issues","davidwhiteapps@gmail.com",,,,tAttachment
else
Answer "This device does not have email turned on"
end if
end if
Pass MouseUp
Any thoughts on why this is happening?

Thanks,

David

Re: mobileComposeMail? - Working now

Posted: Sun Apr 30, 2023 5:26 pm
by DR White
Over 12 hours after I sent the Gmail, it showed up in my Inbox.
I don't know why it took so long, but it did eventually work.

Disregard this posting.

Thanks,

David