I'm totally stuck, please help.
I have two devices for testing. When i build and run app with xcode on this devices i got two device tokens which i successfully used to send notifications through sandbox server.
When i tried to test production certificate with Ad Hoc provisioning profile(i uploaded build on TestFlight), i had two NEW tokens which i also successfully used to send notifications through release server.
BUT! If i have, for example, 4 tokens, 2 of which is for dev provisioning profile and 2 for Ad Hoc and send first using dev tokens and THEN Ad Hoc tokens through release server notifications don't appear...
Even if i have 1 token dev token and many Ad Hoc tokens, notifications which were sent after this 1 dev token is not appear.
Is this how APNS work or i've missed something?
Also sorry for my english!