NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: walter.dasilva on April 28, 2016, 01:23:45 PM

Title: Mobile APP and Server Sync
Post by: walter.dasilva on April 28, 2016, 01:23:45 PM
Hi Bruce,

i'm going well with mobile app design. this one to reach the same funcionality of my app in production.

Now, i'm trying to sync database. zero success

i can't make it works fine even with nt sample.

how sync works? is there a way to monitoring it?
when the sync start? how to call sync from a process?

Thanks,
Walter
Title: Re: Mobile APP and Server Sync
Post by: Bruce on April 29, 2016, 02:25:24 AM
Hi Walter,

we've been discussing sync a few times in some of the recent user group webinars.
I think probably a good one to start with is #89.
http://www.capesoft.com/accessories/NetTalkUserGroup.htm

the most important thing is to make sure you get the URL setting correct.

cheers
Bruce
Title: Re: Mobile APP and Server Sync
Post by: walter.dasilva on April 29, 2016, 04:10:42 AM
Hi Bruce,

I think i saw this webinar, but i'm doing it again.

And, yes, URL is correct.

But, the first thing is:
When i setup template to wich propose.

Thanks
Title: Re: Mobile APP and Server Sync
Post by: walter.dasilva on May 02, 2016, 05:33:55 AM
Hi Bruce,

I still not understand this.

I created a mobile app and a separate server. so, if i call mobile app from browser (on my pc or mobile browser) i can see the request on server.
but if i run apk on my mobile nothing happen.

Regards,
Walter
Title: Re: Mobile APP and Server Sync
Post by: Aje.elias on May 02, 2016, 06:34:34 PM
Hi Walter!

If You run the apk in an android, the version 5 and newer work fine. But the other doesn't work.

Cheers

Alejandro
Title: Re: Mobile APP and Server Sync
Post by: Sibuya on May 03, 2016, 12:22:02 AM
Hi Walter,

Take a look at config.xml parameter "access origin" it should be pointing to your server and it is not updated automatically.

Cheers,

Marcos
Title: Re: Mobile APP and Server Sync
Post by: walter.dasilva on May 03, 2016, 06:16:55 AM
Thank you Marcos