Essential Kit Tutorials
DocumentationDownload
Latest(v3)
Latest(v3)
  • Introduction
  • Features Overview
  • Whats new in v3
    • Version 3 vs Version 2
    • Release Notes
    • Upgrade from V2
  • Plugin Overview
    • Settings
    • Folder Structure
    • Installation FAQ
    • Upgrade Guide
  • Features
    • 📒Address Book
      • Setup
      • Usage
      • Testing
      • FAQ
    • App Shortcuts
      • Setup
      • Usage
    • 🆕App Updater
      • Setup
      • Usage
    • 💲Billing Services
      • Setup
        • iOS
        • Android
      • Usage
      • Testing
        • iOS
        • Android
      • FAQ
    • ☁️Cloud Services
      • Setup
        • iOS
        • Android
      • Usage
      • Testing
      • FAQ
    • 🔗Deep Link Services
      • Setup
        • iOS
        • Android
      • Usage
      • Testing
      • FAQ
    • 🛠️Utilities (Extras)
      • Usage
    • 💯Game Services
      • Setup
        • iOS
        • Android
      • Usage
      • FAQ
    • 📸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

Was this helpful?

Edit on GitHub

Features Overview

List of available features in Essential Kit (V3)

PreviousIntroductionNextVersion 3 vs Version 2

Last updated 6 months ago

Was this helpful?


Looking for integrating Ads? Download from .


Address Book

  • Read contacts from user's address book

  • Apply constraints to have certain attributes like email, phone number etc

  • Supports pagination

App Updater

  • Fetch if any updates available for the app

  • Prompt user to update either forcefully or optionally

Billing Services

  • Fetch Product details from store

  • Supports Consumable and Non-Consumable products

  • Supports Subscriptions

  • Supports multiple offers per subscription

  • Restore purchases

  • Uses latest Store Kit v2 on iOS and Billing Client 7.1.1 on Android

Cloud Services

  • Sync data across devices for free

  • Auto syncs based on app lifecycle

  • Multiple data types supported (long, string, byte array...)

Deep Link Services

  • Supports Universal links (or App Links)

  • Supports Schemes

  • Seamless access for deep link data

Extras (Utilities)

  • Open application settings

  • Open store page

Game Services

  • Authentication (Game Center on iOS, Google Play Services on Android)

  • Submit scores in leaderboards

  • Report progress for achievements

  • Custom leaderboards & Achievements user-interface support

  • Attach tags (context) to leaderboard scores

Media Services

  • Select media content

  • Capture media content

  • Save media content

  • Permission-less implementation (where ever applicable)

  • Multiple media content types supported

Native UI

  • Alert dialogs

  • Date Picker and Time Picker

Network Services

  • Access network connection status

  • Event based

Notification Services

  • Local notifications

  • Remote/Push notifications

  • Time based trigger support

  • Calendar based trigger support

  • Custom payload keys support

  • Repeat scheduling allowed

  • Retains scheduled notifications after reboot

Rate My App

  • Auto trigger based on prior settings

  • Prompt store rating dialog to users

  • Pre-confirmation dialog support

Sharing

  • Generic share sheet support

  • Message sharing

  • Mail sharing

  • Social sharing (Facebook, Whatsapp, Twitter)

  • Multiple attachments support

Web View

  • Load local webpages

  • Load remote urls

  • Dimensions control

  • Javascript evaluation support

  • Receive messages from web page to unity

  • Native camera and file dialog access support

here