nativescript-contacts How to sync with google contacts?
up vote
0
down vote
favorite
Using Nativescript 5.0 with Angular
Using nativescript-contacts plugin to read, modify and create contact. Its working perfectly.
Contacts created by my Android App using nativescript-contacts are not getting sync with Google Contacts.
Andorid phone shows the newly created contact (name & number), so there is no problem in contact creation process, but I expect this newly created contact should get sync in with google contacts. I am checking google contacts on web using the same gmail account as it is used in Android phone.
I just want newly created contact to be backed up, so in future this phone breaks down, I will get all those contacts created by my App from google contacts.
I am using exactly same code as shown in this page of the plugin. https://www.npmjs.com/package/nativescript-contacts
Any pointers for me, to get it done? Thanks in advance.
angular typescript nativescript google-contacts
add a comment |
up vote
0
down vote
favorite
Using Nativescript 5.0 with Angular
Using nativescript-contacts plugin to read, modify and create contact. Its working perfectly.
Contacts created by my Android App using nativescript-contacts are not getting sync with Google Contacts.
Andorid phone shows the newly created contact (name & number), so there is no problem in contact creation process, but I expect this newly created contact should get sync in with google contacts. I am checking google contacts on web using the same gmail account as it is used in Android phone.
I just want newly created contact to be backed up, so in future this phone breaks down, I will get all those contacts created by my App from google contacts.
I am using exactly same code as shown in this page of the plugin. https://www.npmjs.com/package/nativescript-contacts
Any pointers for me, to get it done? Thanks in advance.
angular typescript nativescript google-contacts
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Using Nativescript 5.0 with Angular
Using nativescript-contacts plugin to read, modify and create contact. Its working perfectly.
Contacts created by my Android App using nativescript-contacts are not getting sync with Google Contacts.
Andorid phone shows the newly created contact (name & number), so there is no problem in contact creation process, but I expect this newly created contact should get sync in with google contacts. I am checking google contacts on web using the same gmail account as it is used in Android phone.
I just want newly created contact to be backed up, so in future this phone breaks down, I will get all those contacts created by my App from google contacts.
I am using exactly same code as shown in this page of the plugin. https://www.npmjs.com/package/nativescript-contacts
Any pointers for me, to get it done? Thanks in advance.
angular typescript nativescript google-contacts
Using Nativescript 5.0 with Angular
Using nativescript-contacts plugin to read, modify and create contact. Its working perfectly.
Contacts created by my Android App using nativescript-contacts are not getting sync with Google Contacts.
Andorid phone shows the newly created contact (name & number), so there is no problem in contact creation process, but I expect this newly created contact should get sync in with google contacts. I am checking google contacts on web using the same gmail account as it is used in Android phone.
I just want newly created contact to be backed up, so in future this phone breaks down, I will get all those contacts created by my App from google contacts.
I am using exactly same code as shown in this page of the plugin. https://www.npmjs.com/package/nativescript-contacts
Any pointers for me, to get it done? Thanks in advance.
angular typescript nativescript google-contacts
angular typescript nativescript google-contacts
asked Nov 20 at 1:02
Pratik
144
144
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
The contacts plug-in saves the contact on the first available account on device, fortunately if that becomes your Google account then sync will be taken care by default.
In case if that is not a Google account then you will have to override the save method to choose right account.
Manoj, stackoverflow should include lots of emojis to express gratitude towards people like you. Thanks a ton again. What should I study to become expert like you? My background is way back from classic ASP 3.0 (year 2000), VC++, MFC, XML, ColdFusion (Year 2000 again) and plenty of embedded programming & designing.
– Pratik
Nov 20 at 12:06
Thank you for the gratitude, but honestly I'm no expert. But if you ask me for suggestion, I have just one rule for myself - Learn any technology / language but from the basics. Often I see most people would skip basics and struggle a lot down the line. If you want to learn NativeScript, start from basics of JavaScript, OOPS, TypeScript, then bits of iOS & Android.
– Manoj
Nov 20 at 13:12
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
The contacts plug-in saves the contact on the first available account on device, fortunately if that becomes your Google account then sync will be taken care by default.
In case if that is not a Google account then you will have to override the save method to choose right account.
Manoj, stackoverflow should include lots of emojis to express gratitude towards people like you. Thanks a ton again. What should I study to become expert like you? My background is way back from classic ASP 3.0 (year 2000), VC++, MFC, XML, ColdFusion (Year 2000 again) and plenty of embedded programming & designing.
– Pratik
Nov 20 at 12:06
Thank you for the gratitude, but honestly I'm no expert. But if you ask me for suggestion, I have just one rule for myself - Learn any technology / language but from the basics. Often I see most people would skip basics and struggle a lot down the line. If you want to learn NativeScript, start from basics of JavaScript, OOPS, TypeScript, then bits of iOS & Android.
– Manoj
Nov 20 at 13:12
add a comment |
up vote
0
down vote
accepted
The contacts plug-in saves the contact on the first available account on device, fortunately if that becomes your Google account then sync will be taken care by default.
In case if that is not a Google account then you will have to override the save method to choose right account.
Manoj, stackoverflow should include lots of emojis to express gratitude towards people like you. Thanks a ton again. What should I study to become expert like you? My background is way back from classic ASP 3.0 (year 2000), VC++, MFC, XML, ColdFusion (Year 2000 again) and plenty of embedded programming & designing.
– Pratik
Nov 20 at 12:06
Thank you for the gratitude, but honestly I'm no expert. But if you ask me for suggestion, I have just one rule for myself - Learn any technology / language but from the basics. Often I see most people would skip basics and struggle a lot down the line. If you want to learn NativeScript, start from basics of JavaScript, OOPS, TypeScript, then bits of iOS & Android.
– Manoj
Nov 20 at 13:12
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
The contacts plug-in saves the contact on the first available account on device, fortunately if that becomes your Google account then sync will be taken care by default.
In case if that is not a Google account then you will have to override the save method to choose right account.
The contacts plug-in saves the contact on the first available account on device, fortunately if that becomes your Google account then sync will be taken care by default.
In case if that is not a Google account then you will have to override the save method to choose right account.
answered Nov 20 at 9:43
Manoj
3,3831920
3,3831920
Manoj, stackoverflow should include lots of emojis to express gratitude towards people like you. Thanks a ton again. What should I study to become expert like you? My background is way back from classic ASP 3.0 (year 2000), VC++, MFC, XML, ColdFusion (Year 2000 again) and plenty of embedded programming & designing.
– Pratik
Nov 20 at 12:06
Thank you for the gratitude, but honestly I'm no expert. But if you ask me for suggestion, I have just one rule for myself - Learn any technology / language but from the basics. Often I see most people would skip basics and struggle a lot down the line. If you want to learn NativeScript, start from basics of JavaScript, OOPS, TypeScript, then bits of iOS & Android.
– Manoj
Nov 20 at 13:12
add a comment |
Manoj, stackoverflow should include lots of emojis to express gratitude towards people like you. Thanks a ton again. What should I study to become expert like you? My background is way back from classic ASP 3.0 (year 2000), VC++, MFC, XML, ColdFusion (Year 2000 again) and plenty of embedded programming & designing.
– Pratik
Nov 20 at 12:06
Thank you for the gratitude, but honestly I'm no expert. But if you ask me for suggestion, I have just one rule for myself - Learn any technology / language but from the basics. Often I see most people would skip basics and struggle a lot down the line. If you want to learn NativeScript, start from basics of JavaScript, OOPS, TypeScript, then bits of iOS & Android.
– Manoj
Nov 20 at 13:12
Manoj, stackoverflow should include lots of emojis to express gratitude towards people like you. Thanks a ton again. What should I study to become expert like you? My background is way back from classic ASP 3.0 (year 2000), VC++, MFC, XML, ColdFusion (Year 2000 again) and plenty of embedded programming & designing.
– Pratik
Nov 20 at 12:06
Manoj, stackoverflow should include lots of emojis to express gratitude towards people like you. Thanks a ton again. What should I study to become expert like you? My background is way back from classic ASP 3.0 (year 2000), VC++, MFC, XML, ColdFusion (Year 2000 again) and plenty of embedded programming & designing.
– Pratik
Nov 20 at 12:06
Thank you for the gratitude, but honestly I'm no expert. But if you ask me for suggestion, I have just one rule for myself - Learn any technology / language but from the basics. Often I see most people would skip basics and struggle a lot down the line. If you want to learn NativeScript, start from basics of JavaScript, OOPS, TypeScript, then bits of iOS & Android.
– Manoj
Nov 20 at 13:12
Thank you for the gratitude, but honestly I'm no expert. But if you ask me for suggestion, I have just one rule for myself - Learn any technology / language but from the basics. Often I see most people would skip basics and struggle a lot down the line. If you want to learn NativeScript, start from basics of JavaScript, OOPS, TypeScript, then bits of iOS & Android.
– Manoj
Nov 20 at 13:12
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53384777%2fnativescript-contacts-how-to-sync-with-google-contacts%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown