This is a migrated thread and some comments may be shown as answers.

Ability to use Everlive SDK with existing cloud sync connection

4 Answers 45 Views
CloudDataSync
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Simon
Top achievements
Rank 1
Simon asked on 12 Jul 2013, 02:01 PM
I got from a previous post about using Everlive SDK to query for data outside of the synchronisation filter but hit a minor issue.

TO use the Everlive SDK I need to re-authenticate the user but I already have an existing connection with the cloud sync.  Is it possible to use the authentication from the cloud sync for the everlive SDK?

4 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 15 Jul 2013, 07:51 AM
Hello Simon,

Thanks for writing.

The answer to your question is yes. The Cloud Data Sync component uses the same Everlive SDK to access the cloud services. In your App.xaml.cs  file there is a snippet of a code which initializes the services for the component. You can use this API to access the already initialized Everlive application by using the following code:

EverliveApp everliveApp = ClourProvider.CurrentProvider.NativeConnection as EverliveApp;

I hope this helps.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Simon
Top achievements
Rank 1
answered on 15 Jul 2013, 08:56 AM
Ok, I'll give that a try (fixing the typo :D)

Does this also work with the latest internal build.
0
Deyan
Telerik team
answered on 15 Jul 2013, 09:06 AM
Hello Simon,

Yes,

this API is part of the LIB you have recently downloaded.

Let me know should you have further questions or need assistance.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Simon
Top achievements
Rank 1
answered on 15 Jul 2013, 09:45 AM
Thanks
Tags
CloudDataSync
Asked by
Simon
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Simon
Top achievements
Rank 1
Share this question
or