Hi,
We're developing a native application for Gear Fit 2 (SM-R360, Software version: R360XXU1CQB1) on sdk 3.0
As part of my app and email sending is required.
We copied send_simple_email() function (and the required include statement) from the below code sample:
/community/code-snippet/native-code-snippet/send-simple-email-message-one-attachment
In addition, We've added the below privilige, as stated in tizen email guide.
When trying to deploy the package (worked well prior to email addition) the below error:
We've also tried to remove the privilige but then the application crashed right after it started - we couldn't find the reason for that but we do know that once the send_simple_email() function is deleted from the code the application doesn't crash.
Any advise / idea will be appriciated.
Thanks,
Ido