NetTalk Central

Author Topic: Mobile APP and Server Sync  (Read 3161 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Mobile APP and Server Sync
« 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
Walter - SOFTVALE

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Mobile APP and Server Sync
« Reply #1 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

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: Mobile APP and Server Sync
« Reply #2 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
Walter - SOFTVALE

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: Mobile APP and Server Sync
« Reply #3 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
Walter - SOFTVALE

Aje.elias

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: Mobile APP and Server Sync
« Reply #4 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

Sibuya

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Email
Re: Mobile APP and Server Sync
« Reply #5 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

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Re: Mobile APP and Server Sync
« Reply #6 on: May 03, 2016, 06:16:55 AM »
Thank you Marcos
Walter - SOFTVALE