I've already managed to get the devicetoken from APNs. It's type of NSData. So i want to write this deviectoken into my mysql db. I've already tried to convert it to a string without luck. That was my way:
NSString *tokenTMP = [[NSString alloc] initWithData:devToken encoding:NSASCIIStringEncoding];
I okunabilir bir biçimde deviceToken varsa. Nasıl APNs sunucuya bir istek göndermek için php belirteci kullanılır?
thanks a lot!