I want to customize background notification sound in my iOS application, i tried it by placing sound file in the below listed paths but not working.
cordova version:
8.0.0
cordova platform version :
Installed platforms: ios 4.5.5 Available platforms: android ~7.0.0 browser ~5.0.1 osx ~4.0.1 windows ~5.0.0 www ^3.12.0
Push Plugin version:
phonegap-plugin-push 2.2.3
sound file added in :
//i tried these file locations
{projectname}/
{projectname}/www
{projectname}/res
{projectname}/platforms/ios/{projectname}/
{projectname}/platforms/ios/{projectname}/Resources/
{projectname}/platforms/ios/
Thank you in advance.