FAQ
Common Media Services issues and solutions
Do I need to add camera and gallery permissions manually in AndroidManifest.xml and Info.plist?
Images are not saving to Android gallery. What should I check?
User denied camera/gallery access. How do I let them re-enable it?
void OnPermissionDenied()
{
Debug.LogWarning("Camera access is required for profile photos. Opening Settings.");
Utilities.OpenApplicationSettings();
}Can I test camera and gallery features in the Unity Editor?
My captured photos appear rotated incorrectly. How do I fix this?
How can I limit file sizes for selected images?
Where can I confirm plugin behavior versus my implementation?
Can I select multiple media types at once (images and videos)?
Do saved images appear immediately in the device gallery?
How do I handle "out of memory" errors with large images?
What MIME types are supported for saving?
Can I customize the native camera interface?
How do I test custom album creation on iOS?
Last updated