sync LC applications

2017-11-16 Thread paolo mazza via use-livecode
Hi all,
what’s the best way to sync several  LC applications installed on many 
different devices?
For example, consider having 100 smartphones connected to internet running the 
same LC application, how can I send a signal/command so that an image shows up  
at the same time in every smatphone?
AFAIK a solution is to set up a text file in a web server and let the app 
installed in each device to check (every second)  if any change occour , but 
this solution is not efficient.
Any idea?
Best regards,
Paolo Mazza
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: sync LC applications

2017-11-23 Thread paolo mazza via use-livecode
Mike wrote:
> You can use push without having a notification
> to the user or setting a badge.  The app will receive the notification and
> act on it, provided that the app is up and running on the phone.  I've used
> this technique for five years, I think. 


Hi Mike,
i am interested in your solution.

Can you share a sample or  any kind of documentation of this technique ?

Can I send a notification  to several devices (running the app on the phone) at 
the same time?

Thanks,

Paolo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: sync LC applications

2017-11-23 Thread paolo mazza via use-livecode
Hi all,
I went through this tutorial about push notifications

http://lessons.livecode.com/m/4069/l/59312-how-do-i-use-push-notifications-with-android
 


According to some comments, this technique is is out of date now, because  C2DM 
has been officially deprecated as of June 26, 2012.


How can we proceed now?


All the best

Paolo



> Il giorno 23 nov 2017, alle ore 10:25, paolo mazza 
>  ha scritto:
> 
> Mike wrote:
>> You can use push without having a notification
>> to the user or setting a badge.  The app will receive the notification and
>> act on it, provided that the app is up and running on the phone.  I've used
>> this technique for five years, I think. 
> 
> 
> Hi Mike,
> i am interested in your solution.
> 
> Can you share a sample or  any kind of documentation of this technique ?
> 
> Can I send a notification  to several devices (running the app on the phone) 
> at the same time?
> 
> Thanks,
> 
> Paolo

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


How to IMPORT CONTACTS and GPS location

2019-02-21 Thread paolo mazza via use-livecode
Dear LiveCoders,
I have not been using livecode for a while and do not know anymore
what are the features of Livecode today.
I would like to know
- if LiveCode can IMPORT THE CONTACTS from the Iphone and Android systems
- if it is possible to send an address to Google and get the GPS
location from a LiveCode app.
Best regards,
Paolo Mazza

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode