Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Thomas McGrath III
I just put this in and it will be a great help I think in setting up and testing further apps. Thanks Mike, Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Apr 16, 2013, at 4:17 PM, Mike Kerner wrote: > Here's the code I put in the token field: > > on closeField > p

Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Thomas McGrath III
Well now I am sending and getting my first PNs and it is an awesome feeling. I now need to finish the server setup and then on to Android. This took me about three hours to work through the first time step by step, problem by problem. Then after I trashed it all and started again this time usin

Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Mike Kerner
Here's the code I put in the token field: on closeField put 1 into i repeat while i<= the number of characters in me if char i of me is not in "0123456789abcdefABCDEF" then delete char i of me else -- char i of me is hex add 1 to i end if -- char i fo me i

Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Mike Kerner
you have to remove the spaces. I tweaked John's code so that it pulls out the brackets (gt/lt) and the spaces. On Tue, Apr 16, 2013 at 4:02 PM, Thomas McGrath III wrote: > Mike and all, > > First thank you Mike for getting back to me. I have successfully sent a > PNS to my Livecode app on the d

Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Pierre Sahores
Thomas, Please see below how to solve this smoothly : Le 16 avr. 2013 à 21:04, Thomas McGrath III a écrit : > Hello all, > > I am trying to build a sample app for testing my push notification server. > I am following the lesson at: > http://lessons.runrev.com/s/lessons/m/4069/l/53405-how-do-i-

Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Thomas McGrath III
Mike and all, First thank you Mike for getting back to me. I have successfully sent a PNS to my Livecode app on the device. The other problem I had was that mobileGetDeviceToken() returns a number that is divided by spaces after every eight numbers/letters and that the APNS Assistant should not

Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Thomas McGrath III
OK, So I deleted everything and started over. What I noticed is that the Certificate Generation had a team ID that did not match the one that I use normally (don't know where it comes from or why) so I changed to the ID that I normally use and this time instead of following the Lesson I used Jo

Re: iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Mike Kerner
Hey, Tom, The developer portal just changed a couple of days ago, so it's unlikely that any lesson will be current. 1) Make sure that when you look at the App ID that under "Application Services" Push Notifications are Enabled. 2) In that same list, at the bottom, your Development SSL Certification

iOS Push Certificate not showing up for Provisioning Profile

2013-04-16 Thread Thomas McGrath III
Hello all, I am trying to build a sample app for testing my push notification server. I am following the lesson at: http://lessons.runrev.com/s/lessons/m/4069/l/53405-how-do-i-use-push-notifications-with-ios Even though that lesson is out dated I was able to: Create a Development Certificate for