iOS Push Certificate not showing up for Provisioning Profile

Thomas McGrath III mcgrath3 at mac.com
Tue Apr 16 16:21:09 EDT 2013


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
mcgrath3 at mac.com

On Apr 16, 2013, at 4:17 PM, Mike Kerner <MikeKerner at roadrunner.com> wrote:

> 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 is not in.....
>   end repeat --while i<= the number of characters in me
> end closeField




More information about the use-livecode mailing list