Skip to content

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

License

Notifications You must be signed in to change notification settings

purplelilgirl/Unity-NativeAppstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages