**Editor**: Xcode 8.3.2 **Device**: iPhone 5s ( iOS 10.3.2 ) **Language**: Objective-C **Solutions tried before raising this issue** 1. Clean Xcode, delete App and reinstall. 2. Subscribing to topic after some delay and after FCM token is received. 3. Updated PODS to latest version. 4. Only subscribing to **ONE** topic. 5. **/topics/** is prefixed. **NOTE** 1. The subscription works perfectly fine in Android and immediately gets appeared in Firebase console drop down. 2. I am able to get FCM token and receive push notification on iOS when sent using Bundle ID(APP). **CODE** `[[FIRMessaging messaging] subscribeToTopic:@"/topics/test"];`