MaryamAyd
MaryamAyd

Reputation: 151

Adding a number to iPhone or Android phone contact list in a non-native application

I need to programatically add a number into my contact list in iPhone or Android phone. I'm writing my code in Java and I also use javascript and HTML5. So far, whatever solution I found is for a native app. Does anyone has any solution which can be use in a non native app?

Thanks.

Upvotes: 0

Views: 163

Answers (1)

Kyle
Kyle

Reputation: 3300

The iPhone and Android browsers do not have access to their respective contacts list. You will have to use a native application to accomplish this.

Upvotes: 1

Related Questions