Custom Android Push Notification sound

Hello,

I have configured push notifications with Corona Enterprise and everything works except custom sound. 

When I do same build with Corona Emulator, custom sound works fine.

Sound that I am trying to play are in sounds folder in corona project. 

Check your “AndroidManifest.xml” file.  Make sure that your “FileContentProvider” authorities attribute has your package name in it.  It should look like this…

\<provider android:name="com.ansca.corona.FileContentProvider" android:authorities="YOUR.PACKAGE.NAME.files"/\>

I have checked it and everything is wright there.

<provider android:name=“com.ansca.corona.FileContentProvider” android:authorities=“com.cmglabs.CarParkCop.files” />

Check your “AndroidManifest.xml” file.  Make sure that your “FileContentProvider” authorities attribute has your package name in it.  It should look like this…

\<provider android:name="com.ansca.corona.FileContentProvider" android:authorities="YOUR.PACKAGE.NAME.files"/\>

I have checked it and everything is wright there.

<provider android:name=“com.ansca.corona.FileContentProvider” android:authorities=“com.cmglabs.CarParkCop.files” />