Hi all, I have a xamarin.forms app which requires to receive audio file from other apps. I have done the feature in android using deoendancy services and intent filters. How do I achieve this in iOS? I have managed to share a file from my app but how do I accept audio file from other apps?
For android the code is been added to mainactivity.cs where I use intent filters to accept audio files from other app. How to do that in iOS?
Any help would be appreciated.