When I try to subscribe to topic in iOS device(iPhone) it fail strangely...
In debug when code reaches messaging().subscribeToTopic('adminDevices');
it does not go on without any errors or warning
I have permission and i have FCM token, i try to subscribe after these operations and when i send message with token it works.
The others messaging()
functions works correctly.
I have already tried to move it in App.js and before and after getToken()
On Android all works correctly.
Thanks