I am using the Alarm class for my alarm app in windows phone. I have included 5 ringtones but now users want more...
I believe 3rd party apps don't have access to system ringtones, so how about using Songs from Music Library?
However, after digging into it, I've found there's no way to get the URIs of the songs and I will have to use them as the Alarm class is expecting a Uri type for its Sound property.
So, is it just impossive for my alarm app to give users the option to have more ringtones??
You can't access the media that is on your device. The only real way is to host the ringtones on a server so that your app can download them.