Essential Kit Tutorials
DocumentationCalculate how much you save with Essential KitDownload
Latest(v3)
Latest(v3)
  • Introduction
  • Features Overview
  • Installation
  • Upgrade Guide
  • Plugin Overview
    • Settings
    • Folder Structure
  • Whats new in v3
    • Version 3 vs Version 2
    • Release Notes
    • Upgrade from V2
  • Features
    • 📒Address Book
      • Setup
      • Usage
      • Testing
      • FAQ
    • App Shortcuts
      • Setup
      • Usage
    • 🆕App Updater
      • Setup
      • Usage
      • Testing
    • 💲Billing Services
      • Setup
        • iOS
        • Android
      • Usage
      • Testing
        • iOS
        • Android
      • FAQ
      • Notes
        • How Non-Consumable and Subscription product statuses are maintained?
    • ☁️Cloud Services
      • Setup
        • iOS
        • Android
      • Usage
      • Testing
      • FAQ
      • Examples
        • Handling Conflicts & Synchronization
    • 🔗Deep Link Services
      • Setup
        • iOS
        • Android
      • Usage
      • Testing
      • FAQ
    • 🛠️Utilities (Extras)
      • Usage
    • 💯Game Services
      • Setup
        • iOS
        • Android
      • Usage
      • FAQ
      • Notes
        • Migration Guide: From Google Play Games Plugin for Unity to Essential Kit Game Services
    • 📸Media Services
      • Setup
      • Usage
      • FAQ
    • 📆Native UI
      • Setup
      • Usage
      • FAQ
      • Examples
        • Login Dialog
    • Network Services
      • Setup
      • Usage
      • FAQ
    • ⏰Notification Services
      • Setup
        • iOS
        • Android
      • Usage
      • Examples
        • Nudge to come-back to the game
      • FAQ
    • ⭐Rate My App
      • Setup
      • Usage
      • FAQ
    • 🤝Sharing
      • Setup
      • Usage
        • Message Composer
        • Mail Composer
        • Social Share Composer
        • Share Sheet
      • FAQ
      • Examples
        • Add Attachment Example
    • Task Services
      • Setup
      • Usage
    • 🌏Web View
      • Setup
      • Usage
      • FAQ
      • Examples
        • Loading Pdf File
  • Notes
    • Resolving Android Gradle Build Errors
    • Google Play Services Authentication
    • Target API Level vs Min API Level
    • Handling Refunds for In-App Purchases (Billing Services)
Powered by GitBook
On this page
Edit on GitHub
  1. Features
  2. 📸Media Services

FAQ

PreviousUsageNextNative UI

Was this helpful?

CtrlK
  • On Android, why the images are not getting saved?
  • Do we need to add the permissions in AndroidManifest and info.plist?

Was this helpful?

On Android, why the images are not getting saved?

You need to have read-write access for writing images to gallery. Make sure you request it with RequestGalleryAccess by passing GalleryAccessMode.ReadWrite mode.

Also, if you are in development mode, there is a chance to have a restricted permission set by unity for write permission. However, this isn't an issue in release mode. In future, we may overcome this issue through our post process scripts.

Do we need to add the permissions in AndroidManifest and info.plist?

No. We automatically add the required permissions on the final builds. All you need to do is just enable the properties as per your usage in Essential Kit Settings.