<div dir="ltr"><div><div>So, after saying what I did yesterday, I went home and did a couple of tests, and bugger me, it now works fine! I think I was just impatient :-)<br></div>My Mac is an older one I got off Trademe for a pretty good price, but it needs more memory I think :-)<br><br></div>Jeremy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 20, 2015 at 5:45 PM, Willie <span dir="ltr">&lt;<a href="mailto:willie@compliant.co.nz" target="_blank">willie@compliant.co.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div link="blue" vlink="purple" lang="EN-NZ"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">Not sure exactly what you’re asking Leigh and how much I understand about it yet but basically ….<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">You can register your phone application against a push notification server so that it can receive notifications from that server, these appear on your phone in much the same way as email, What’s-App or Update notifications do. You use either the Apple Push Notification Service for IOS devices, or for Android devices the Google Cloud Messaging service as the delivery system (don’t know what windows devices do).<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">In my case I’m using <a href="http://PARSE.COM" target="_blank">PARSE.COM</a> as the push notification server, it’s free and Delphi comes with a ready-made client component (I believe there are Delphi tutorials that show how to create your own servers if you want to go that way).  I created a “server application” on the  <a href="http://parse.com" target="_blank">parse.com</a> website, this is a pretty straight forward and generic process, and from this I get application keys that my phone app will use to subscribe to my <a href="http://PARSE.COM" target="_blank">PARSE.COM</a> server app. <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">I generate notifications for my PARSE server to send out via a website (PHP) – PARSE give you a number of API SDK’s for different programming languages that make this process fairly easy to implement. Each client device that registers against a <a href="http://PARSE.COM" target="_blank">PARSE.COM</a> server application ends up with a unique InstallationID and DeviceToken for that server app. When you want to send out a notification you can use either of these to target individual phones/tablets or you can target groups (PARSE call these channels).  <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><a name="14d6fdc2fe75ce2d__MailEndCompose"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">Once installed and registered, your phone app doesn’t have to be running for the phone to receive notifications for it, they are received into the device’s notification centre, when you view them and click on one of your phone-apps notifications it will automatically open your app.<u></u><u></u></span></a></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">Having written all of that which probably doesn’t answer your question …. There are pretty good tutorials by Sarina on the Embarcadero site about building a phone app (IOS and Android) for both PARSE and Kinvey, she also takes you through the Notification Server setup. I recommend you go through those you’ll get a better understanding. <u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p><p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif" lang="EN-US">From:</span></b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif" lang="EN-US"> <a href="mailto:delphi-bounces@listserver.123.net.nz" target="_blank">delphi-bounces@listserver.123.net.nz</a> [mailto:<a href="mailto:delphi-bounces@listserver.123.net.nz" target="_blank">delphi-bounces@listserver.123.net.nz</a>] <b>On Behalf Of </b>Leigh Wanstead<br><b>Sent:</b> Wednesday, 20 May 2015 4:29 p.m.</span></p><div><div class="h5"><br><b>To:</b> NZ Borland Developers Group - Delphi List<br><b>Subject:</b> Re: [DUG] Parse.com IPhone 3<u></u><u></u></div></div><p></p><div><div class="h5"><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">Can anyone explain to me the design of push logic? I am interested to know how it works?<u></u><u></u></p><div><p class="MsoNormal"><u></u> <u></u></p></div><div><p class="MsoNormal">TIA<u></u><u></u></p></div><div><p class="MsoNormal">Leigh<u></u><u></u></p></div></div><div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">On 20 May 2015 at 15:21, Jeremy Coulter &lt;<a href="mailto:jscoulter@gmail.com" target="_blank">jscoulter@gmail.com</a>&gt; wrote:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm"><div><p class="MsoNormal">I will have to check when I get home, but sounds right.<u></u><u></u></p></div><div><div><div><p class="MsoNormal"><u></u> <u></u></p><div><p class="MsoNormal">On Wed, May 20, 2015 at 3:18 PM, Willie &lt;<a href="mailto:willie@compliant.co.nz" target="_blank">willie@compliant.co.nz</a>&gt; wrote:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm"><div><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">I initially installed the 6.4 beta, had issues (can’t remember what exactly sorry Jeremy) so I installed 6.3.1 which seems to run OK against my XE8 development environment.  I see there is a 6.3.2 available now, is that the version you are talking about? </span><u></u><u></u></p><p class="MsoNormal"><a name="14d6fdc2fe75ce2d_14d6f57e6b4f9604_14d6f556fab65714__MailE"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"> </span></a><u></u><u></u></p><p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif" lang="EN-US">From:</span></b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif" lang="EN-US"> <a href="mailto:delphi-bounces@listserver.123.net.nz" target="_blank">delphi-bounces@listserver.123.net.nz</a> [mailto:<a href="mailto:delphi-bounces@listserver.123.net.nz" target="_blank">delphi-bounces@listserver.123.net.nz</a>] <b>On Behalf Of </b>Jeremy Coulter<br><b>Sent:</b> Wednesday, 20 May 2015 3:05 p.m.<br><b>To:</b> NZ Borland Developers Group - Delphi List<br><b>Subject:</b> Re: [DUG] Parse.com IPhone 3</span><u></u><u></u></p><p class="MsoNormal"> <u></u><u></u></p><div><div><div><div><p class="MsoNormal">while we are on the subject of IOS, I recently installed I assume its the latest, XCode and when I try to send an app to the IOS simulator, I just get a blank (black) screen.<u></u><u></u></p></div><div><div><p class="MsoNormal" style="margin-bottom:12.0pt">Is this the &quot;thing&quot; that Apple broke? Do I need to go back a version of XCode?<u></u><u></u></p></div></div></div><div><div><p class="MsoNormal" style="margin-bottom:12.0pt">Just wondering if anyone knows.....<u></u><u></u></p></div></div></div><p class="MsoNormal">Jeremy<u></u><u></u></p></div><div><div><div><p class="MsoNormal"> <u></u><u></u></p><div><p class="MsoNormal">On Wed, May 20, 2015 at 2:32 PM, Jolyon Smith &lt;<a href="mailto:jsmith@deltics.co.nz" target="_blank">jsmith@deltics.co.nz</a>&gt; wrote:<u></u><u></u></p><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt"><div><p class="MsoNormal">From the iOS Getting Started Guide on Parse.COM:<br><br><span style="font-size:13.5pt;font-family:&quot;Helvetica&quot;,sans-serif;color:#485864">Note that we support iOS 6.0 and higher.<br></span><br>The only iPhone 3 model that can be upgraded to iOS 6 is the 3GS.  If your iPhone 3 is some other, older model then it will not support iOS 6 and therefore is not supported by <a href="http://PARSE.COM" target="_blank">PARSE.COM</a> either.<u></u><u></u></p></div><div><p class="MsoNormal"> <u></u><u></u></p><div><div><div><p class="MsoNormal">On 20 May 2015 at 14:12, Willie Juson &lt;<a href="mailto:willie@compliant.co.nz" target="_blank">willie@compliant.co.nz</a>&gt; wrote:<u></u><u></u></p></div></div><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt"><div><div><div><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">Hi, </span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">I’m trying to develop an app that uses push notifications, specifically through the <a href="http://PARSE.COM" target="_blank">PARSE.COM</a> service. I’m having trouble getting a test IPhone3 to receive push notifications from my website. If I send the notification via the <a href="http://PARSE.COM" target="_blank">PARSE.COM</a> website (using their “Send a push” function) the phone receives it OK, however the phone doesn’t acknowledge any I send from my website. I am targeting the phone using the devicetoken value as registered against the <a href="http://PARSE.COM" target="_blank">PARSE.COM</a> service.  It works ok for IPhon4,5 and 6 and an IPad 3.</span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">Has anyone had any experience with this?</span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">TIA</span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"> </span><u></u><u></u></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">Willie</span><u></u><u></u></p></div></div><p class="MsoNormal"> <u></u><u></u></p></div></div><p class="MsoNormal">_______________________________________________<br>NZ Borland Developers Group - Delphi mailing list<br>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<u></u><u></u></p></blockquote></div><p class="MsoNormal"> <u></u><u></u></p></div><p class="MsoNormal"><br>_______________________________________________<br>NZ Borland Developers Group - Delphi mailing list<br>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<u></u><u></u></p></blockquote></div><p class="MsoNormal"> <u></u><u></u></p></div></div></div></div></div><p class="MsoNormal"><br>_______________________________________________<br>NZ Borland Developers Group - Delphi mailing list<br>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<u></u><u></u></p></blockquote></div><p class="MsoNormal"><u></u> <u></u></p></div></div></div><p class="MsoNormal"><br>_______________________________________________<br>NZ Borland Developers Group - Delphi mailing list<br>Post: <a href="mailto:delphi@listserver.123.net.nz" target="_blank">delphi@listserver.123.net.nz</a><br>Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz" target="_blank">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<u></u><u></u></p></blockquote></div><p class="MsoNormal"><u></u> <u></u></p></div></div></div></div></div><br>_______________________________________________<br>
NZ Borland Developers Group - Delphi mailing list<br>
Post: <a href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a><br>
Admin: <a href="http://delphi.org.nz/mailman/listinfo/delphi" target="_blank">http://delphi.org.nz/mailman/listinfo/delphi</a><br>
Unsubscribe: send an email to <a href="mailto:delphi-request@listserver.123.net.nz">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe<br></blockquote></div><br></div>