2

I need to register my own document type, for example ".mydoc" and associate it with my Unity3D application in the iOS and Android. For example if someone send my email with something.mydoc file I need to be able to tap on the file and system will prompt to open this file with my application.

I need to do the same thing as here:http://www.raywenderlich.com/1980/email-tutorial-for-ios-how-to-import-and-export-app-data-via-email-in-your-ios-app but in my Unity3d application for iOS and Android. I need to be able to open attachments in the emails by my application. Any ideas how to do it in Unity3d?

Thanks!

Avijit
  • 3,834
  • 4
  • 33
  • 45
centur10n
  • 21
  • 1

1 Answers1

0

I have not tested this but maybe this will get you started?

Shredder2500
  • 1,065
  • 2
  • 11
  • 26