I am working on a project which fetches the contact list and the user will be able to send an email. Any help or advice will be greatly appreciated. I know it can be done in phone-gap.
Thanks in advance.
Getting the contact list is not possible with Corona.
You could consider making Facebook work with your app : http://docs.coronalabs.com/api/library/facebook/index.html
If you use a plugin you can do everything you need. Here is a good place to start.
Related
I'm trying to integrate GoogleCast in my iOS application to play the videos on TV/Monitors. But when i'm trying to create an application id in Google cast dashboard, i'm very confused what to select. The options are like in the following screenshot.
Somebody please help me how to proceed
Thanks,
Raki.
Finally figured out myself with the help of KENdi comment, Remote Display Receiver is the suitable option for my app purpose.
I'm working on an IM application using XMPPFramework. When I want to add a friend, I send a presence stanza, and the friend would be automatically added to XMPPRoster before&whether the other side accepts or rejects. I don't know why. Does any one know? Thanks in advance.
The stanza is like this:
<presence to='juliet#example.com' type='subscribe'/>
After reading the source code and other material. I found that the roster here does not exactly mean what it is in Wechat (a Chinese IM app) or MSN. So those who in your roster does not need to be your friends but the ones who you want to subscribe.
I want to send individual invite to friends from my Native iOS app, through Facebook. It should contain Link and pre-filled invite message..Is it possible? What is the better approach. I referred FBAppInvite and FBSDKMessageDialog tutorial on https://developers.facebook.com/ , could not find anything which fulfils my requirement.
Can any one suggest some approach how to implement this?. I have not worked much on using social frameworks. Facebook implementation steps are not clear. I searched for demo or sample project on this, but could not find clear documents. Thanks in advance.
for invitation read following link..
https://developers.facebook.com/docs/app-invites/ios
So my challenge is getting the facebook IDs of friends I invite to my app via the facebook SDK for iOS.
I guess this is done in the dialogCompleteWithURL:NSURL method - but how?
Any help is greatly appreciated as always.
All the best!
And of course, as usual, fatigue obscured the oh so simple answer to this problem.
Just loop through the url that is passed to the dialogCompleteWithURL method and collect the IDs that way.
I am using query mobile, and phonegap to create an app. Within the app I am building a basic list which holds dates and associated information. I want the user to be able to click the list item and for the data to be saved to their own calendar.
I have searched online, and can't seem to find anything relating. Can anyone help push me in the right direction?
Thanks in advance...
Phonegap does not expose an API to access the device calendar.But I think you can create a phone gap plugin for this purpose.I am not sure about the feasibility of this.May be this link will give you more information.
Try this Android Calendar access plugin for PhoneGap : https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/CalendarPlugin