Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purplelilgirl/Unity-NativeAppstore
Unity Plugin that allows opening of an app in the iOS and Android Appstore
https://github.com/purplelilgirl/Unity-NativeAppstore
Last synced: about 2 months ago
JSON representation
Unity Plugin that allows opening of an app in the iOS and Android Appstore
- Host: GitHub
- URL: https://github.com/purplelilgirl/Unity-NativeAppstore
- Owner: purplelilgirl
- License: mit
- Created: 2014-11-29T09:04:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T17:10:30.000Z (over 1 year ago)
- Last Synced: 2024-07-14T14:31:09.806Z (6 months ago)
- Language: Java
- Homepage:
- Size: 1.1 MB
- Stars: 23
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity-NativeAppstore - Allows opening of an app in the iOS and Android Appstore (iOS / Android)
README
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 falseAndroid
- uses Uri IntentProject 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