Skip to main content
March 20, 2013
Question

Subject line blank for email using Milkman Games GoViral ANE

  • March 20, 2013
  • 1 reply
  • 529 views

I'm using Milkman Games' ANE called 'GoViral' and it won't include a subject line when I select Email from the activity sheet.  Why is that?

Here is my code:

GoViral.goViral.shareGenericMessage( "subject", "message", false );

Thanks

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
March 20, 2013

You're using the generic message, and whether the subject appears may depend on where you send the message. Read this page about that:

http://www.adobe.com/devnet/air/articles/ios6-social-networking-with-goviral-ane.html

If you really want to send an email, try using showEmailComposer instead, as shown here:

http://www.adobe.com/devnet/air/articles/goviral-ane-ios.html