Hi hope you will be fine. I am new in ios side. I made an app using react native and implement push notification using Firebase. These are working fine for android but having issue with Ios. I follow https://medium.com/alameda-dev/react-native-push-notifications-with-firebase-d23ed0dfb3ae and https://www.npmjs.com/package/react-native-firebase-push-notifications . I am facing Error App Delegate Proxy is disabled.
. In info.plist i enabled
<key>GoogleUtilitiesAppDelegateProxyEnabled</key> <false/>
but still same issue. Tried multiple time clean project and re-run it but same issue. Please let me know what should i do i am too much worried. Thanks in advance