Where to put custom sound file for push notifications in Ionic 2 for Android
I found the answer:
You have to put it in:
platforms/android/res/raw/filename.mp3
For iOS I put it here:
platforms/ios/res/raw/filename.mp3
In your options it's important that you inform the filename WITHOUT the filetype:
options = {data: {title: "Title", body: 'Body.', soundname: 'filename'}}