purplelilgirl / Unity-NativeAppstore

Unity Plugin that allows opening of an app in the iOS and Android Appstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity-NativeAppstore

Unity Plugin that allows opening of an app in the iOS and Android Appstore

iOS

  • uses SKStoreProductViewController when its available, defaults to OpenURL
  • don't forget to include StoreKit.framework in Build Phases Link Binary with Libraries
  • to prevent the Status Bar showing in the Appstore view, add View Controller based Status Bar to Info.plist and set it to false

Android

  • uses Uri Intent

Project Structure:

UnityProject - Unity Project folder, includes NativeappstoreHandler, NativeAppstoreTestScene

UnityPackage - Unity Package that can be imported to any Unity Project

AndroidPluginProject - source code of NativeAppstore.jar

About

Unity Plugin that allows opening of an app in the iOS and Android Appstore

License:MIT License


Languages

Language:Java 97.4%Language:C# 1.8%Language:Objective-C++ 0.7%Language:Objective-C 0.1%Language:C 0.0%Language:C++ 0.0%