Gamecenter not updating scores at the completion of submit

2017-12-22 Thread Dan S
Hello, I am trying to pull the latest score list from the GameCenter but once it is submited, it does not comeback right away, but after 3-15 seconds delay (as in it works if I do the fetch on a delay) Here is sample of what I do doring submition/fetching, and wonder if this is just while in

Re: Data, enumerateBytes: separate blocks?

2017-12-22 Thread Quincey Morris
On Dec 22, 2017, at 08:48 , Daryle Walker wrote: > > DispatchData would need to be convertible to Data. Is there a way to do the > conversion in Swift? Actually, on consideration, I think not. It would be if DispatchData was bridgeable like Data, but it isn’t, and I don’t

Re: Data, enumerateBytes: separate blocks?

2017-12-22 Thread Daryle Walker
> On Dec 21, 2017, at 11:10 PM, Quincey Morris > wrote: > > On Dec 21, 2017, at 18:04 , Daryle Walker > wrote: >> >> when multiple blocks are used > > At this point, I don’t understand what you don’t understand.