Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: qaaz345 on September 15, 2017, 02:37:00 AM

Title: Sending emails in the Android environment[SOLVED]
Post by: qaaz345 on September 15, 2017, 02:37:00 AM
http://hutonggames.com/playmakerforum/index.php?topic=15228.msg70377#msg70377

I have read and created this link, successful when I tested it.
but can not work in the APK environment
It's also can not work in the an exe file.

Do I need another way to send email when I build?

I am sorry that I am not good at English.

Have a good day.








Title: Re: Sending emails in the Android environment
Post by: jeanfabre on September 15, 2017, 04:09:42 AM
Hi,

 for this you need to use the Linker wizard because the action you are using works with reflections and Unity doesn't detect any usage of the method you call this way when compiling.

http://hutonggames.com/playmakerforum/index.php?topic=11126.0

Bye,

 Jean
Title: Re: Sending emails in the Android environment
Post by: qaaz345 on September 15, 2017, 11:19:44 AM
Problem solved. Thanks a lot!