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

☁️Cloud Services

PreviousHow Non-Consumable and Subscription product statuses are maintained?NextSetup

Last updated 9 months ago

Was this helpful?

CtrlK
  • Use-cases
  • Store your player progress
  • Replacement to Player Prefs

Was this helpful?

Cloud services is useful when you want your user's data to persist across devices.

On iOS, it uses iCloud service and on Android it uses Saved Games feature of Google Play Services.

Cloud Services Video Tutorial

Use-cases

Store your player progress

As the profile data size will be in the limits , you can save to cloud so that your user's won't miss their progress.

Replacement to Player Prefs

As Player preferences is local to the device, you can replace it with Cloud Services to store the details specific to the user across devices.

SetupUsageTestingFAQ