Apple APNS Device Token
We have table where Apple Device tokens are stored. This tables are different for testing and and for live application. I want to开发者_StackOverflow中文版 update this database manually with my iPhone device token for testing purpose.
Is there anyway I can read the device token from my iPhone.
Note: I do not hava MAC machine.
There's a tutorial here of how to get the device token, however it requires that your test application be added some code for you to run.
Tutorial link
If in case you have the code, try putting a log for the device token in the didRegisterForRemoteNotificationsWithDeviceToken and then check the log in your phone using a console app.
精彩评论