언어 설정

Menu
Sites
Language
Email App control example

Hi all,
Here is Email App control example:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/app/appcontrol_email.htm

It works fine, almost (file is not attached to email).
The code sample uses path to Application resources folder './PackageId>/res' and  there are no permissions in Tizen to attach file from this folder.
Files should be attached './PackageId/shared/res' (or from another shared subfolder) .

Looks like dev guide should be fixed. It confuses developers.
Alexey.

Responses

1 댓글
Adnan Maruf

Hello Alex Dam,

Thanks for your concern. The dev-guide has been updated for Tizen 2.4. Guide to send email messages with attachments can be found here:
https://developer.tizen.org/dev-guide/2.4/org.tizen.tutorials/html/native/messaging/email_tutorial_n.htm#init

In the attachment example, './PackageId>/res' has been updated with '/full/path/to/attachment'

For any further information, please feel free to ask.