Need Help

Hello everybody, i’m new i n Corona development, but i made a few small and easy apps, now i’m facing a a big one and i don´t know how to handle the camera events, i´ve searched but i did not find anything.
Can I handle camera events with Corona SDK? Can i made my app to take pictures?
How is this done?
Can I handle other device´s processes like making a phone call or display the contacts list?
if this is possible, do i need special libraries? which ones? thank you for everything, and sorry for my english [import]uid: 159859 topic_id: 30146 reply_id: 330146[/import]

This page contains the documentation for accessing the camera:

http://developer.coronalabs.com/reference/index/mediashow

As for accessing contacts or making phone calls, I don’t believe you can. [import]uid: 62706 topic_id: 30146 reply_id: 120677[/import]

Unless you become a Corona Enterprise subscriber, you currently have no access to the contacts, iTunes library, telephone, calendar, etc. If you go with the Enterprise route (which most of us mortal’s can’t afford), then you get 3rd party library access.

[import]uid: 19626 topic_id: 30146 reply_id: 120680[/import]

thanks a lot for helping me.
I find it very useful.
its a shame that going through enterprise suscibing to get those 3thrd party libraries.

[import]uid: 159859 topic_id: 30146 reply_id: 120687[/import]

While its not phone access you can access the compose SMS & Email apps within your own app, the user can access their own address book from there if that is any help?

See here if that feature is useful: http://www.coronalabs.com/blog/2012/01/03/composing-email-and-sms-in-corona/ [import]uid: 62706 topic_id: 30146 reply_id: 120689[/import]

Actually, now that I think about it, Apple is never going to give phone access to a 3rd party app because of security concerns, but Corona can make phone calls using:

system.gotoURL(“tel:8005551212”)

The user will be prompted to confirm they want to make the phone call [import]uid: 19626 topic_id: 30146 reply_id: 120699[/import]

I´ll try system:gotoURL(“Phone number”) thanks guys.
Thanks a lot again for helping me. [import]uid: 159859 topic_id: 30146 reply_id: 121325[/import]

This page contains the documentation for accessing the camera:

http://developer.coronalabs.com/reference/index/mediashow

As for accessing contacts or making phone calls, I don’t believe you can. [import]uid: 62706 topic_id: 30146 reply_id: 120677[/import]

Unless you become a Corona Enterprise subscriber, you currently have no access to the contacts, iTunes library, telephone, calendar, etc. If you go with the Enterprise route (which most of us mortal’s can’t afford), then you get 3rd party library access.

[import]uid: 19626 topic_id: 30146 reply_id: 120680[/import]

thanks a lot for helping me.
I find it very useful.
its a shame that going through enterprise suscibing to get those 3thrd party libraries.

[import]uid: 159859 topic_id: 30146 reply_id: 120687[/import]

While its not phone access you can access the compose SMS & Email apps within your own app, the user can access their own address book from there if that is any help?

See here if that feature is useful: http://www.coronalabs.com/blog/2012/01/03/composing-email-and-sms-in-corona/ [import]uid: 62706 topic_id: 30146 reply_id: 120689[/import]

Actually, now that I think about it, Apple is never going to give phone access to a 3rd party app because of security concerns, but Corona can make phone calls using:

system.gotoURL(“tel:8005551212”)

The user will be prompted to confirm they want to make the phone call [import]uid: 19626 topic_id: 30146 reply_id: 120699[/import]

I´ll try system:gotoURL(“Phone number”) thanks guys.
Thanks a lot again for helping me. [import]uid: 159859 topic_id: 30146 reply_id: 121325[/import]