I am developing an iOS application with notification by Google Cloud Messaging Service.(GCM).
I have been made android applications with GCM so am willing to make an iOS app of GCM notification(Not using APNS). Questions came out about APNS token and GCM Registration ID.
Question #1 every time iOS App launches it checks if APNS token changes or updates when it changed. when APNS changes, does iOS app request 'new GCM Registration ID'?
Question #2 If Question #1 is right, should I just send new GCM Registration ID to my push server?
Question #3 Does GCM Registration ID change even if APNS token has not been updated at all?