I'm developing app for app store and enterprise. For that, I'm using GCM service for push notification. While testing I'm getting all notifications but the time I create build with enterprise, I'm not getting single message. In backend it's showing 'NotRegistered' or 'MisMatchSenderId'. What am I doing wrong?
some doubts:
1.For development using p12(development APNs) and sandboxing = YES.
2.For AppStore production using p12(production APNs) and sandboxing = NO.
3.For Enterprise using p12(development APNs) and sandboxing = YES.
Please any one clarify for enterprise and Ad hoc I should use p12(development APNs) or p12(production APNs)?