I need to store device tokens for all the devices which have been registered with APNs for a particular application. What is the recommended table structure to store device tokens?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there is any such recommended table structure for storing it, it all depends upon ur application server usage.
But you can store it against the device IMEI so that it can be uniquely identified.
Fields could be likewise:
IMEI | PUSH token | Last sent msg | TimeStamp etc