Author |
|
MrGibbage Super User
Joined: October 23 2006 Location: United States
Online Status: Offline Posts: 513
|
Posted: July 06 2012 at 08:55 | IP Logged
|
|
|
I have just uploaded PHCA version 2.3.00. The major change it includes is the new Google Cloud Messaging (GCM) service. With that, I
have also made some changes to the URL that your messages are posted to. In the past, you sent a single variable/value pair to the
following url:
http://phc-a.net/send.php?username=skip&password=XXXX&varnam e=cloudpushtest&varvalue=HELLO_GCM&verbose=true
You can continue to send your messages just like that, if you wish. No changes to your macros!!! But, if you want, you can now send
multiple variable/value pairs. You do it like this:
http://phc-a.net/send.php?username=skip&password=XXXX&cloudp ushtest=HELLO_GCM&var2=foo&var3=bar&verbose=true
You can send as many variables as you want (as long as the total message is less than the maximum URL length, which is around 2000
characters). Of course, if you have only one variable/value to send, you can use either url.
I am working on a few other small bugs and features. See the Bug Tracker for more details, or to report a bug if you find one.
http://skipstechtalk.net/phca-bug-reporting-and-feature-requ ests/
Download from here:
http://skipstechtalk.net/phca-downloads/
__________________ Skip
|
Back to Top |
|
|
MrGibbage Super User
Joined: October 23 2006 Location: United States
Online Status: Offline Posts: 513
|
Posted: July 06 2012 at 09:10 | IP Logged
|
|
|
When you download the new version, please go into the GCM settings and click "Register" to get the new GCM working
with your account.
Also note that there is one new optional global setting for a phone name. Entering a name there can make debugging
easier for you if you are sending message to multiple phones. I would also like to remind everyone to put an email
address in the global settings so I can tell who is sending troubleshooting reports. Again, the email address is
optional, but I would appreciate the help.
Once you have registered and made any changes to your global settings, make another backup for safety.
And then, test, test, test and test some more!
__________________ Skip
|
Back to Top |
|
|
|
|