Expo-permissions for notifications is not working on Android standalone app

I finished developing my app using Expo Go and I have built a standalone Android version of it, I have also included notifications feature and it’s working fine with FCM. The issue is that whenever the user enters the standalone app, it is NOT asking him for the permissions, even though I’m including it in app.json as such:

“android”:{

“permissions”:{
“NOTIFICATIONS”
}
}
I followed these docs to get the details: Expo Permissions

Any suggestions? Does it need any extra work for IOS as well?
Expo Diagnostics: Expo CLI 4.4.8 environment info:
System:
OS: Windows 10 10.0.19041
Binaries:
Node: 14.15.4 - C:\Program Files\nodejs\node.EXE
npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 4.1.0.0 AI-201.8743.12.41.7042882
npmPackages:
expo: ~40.0.0 => 40.0.1
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz => 0.63.2
react-native-web: ^0.15.0 => 0.15.0
Expo Workflow: managed

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.