Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
/ ioshit Public archive

IOSHIT is a library that wraps some useful iOS functionallity together for C++ programmers. Now including: ADS, Rate Me, GameCenter, Share via SNS, IAP, etc.

License

Notifications You must be signed in to change notification settings

paladin-t/ioshit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Hit

Introduction

iOSHit is a library that encapsules some useful iOS functionallity together for C++ programmers. Now including:

  • [ads] App banner support. iAdHelper is an optional helper class for StartApp ADs, for more info see: http://www.startapp.com/
  • [appirater] App rating. Thanks to Arash Payan's Obj-C work, for more info see: https://github.com/arashpayan/appirater/
  • [gamecenter] Game center accessibility for leaboard and achievement.
  • [native] Miscellaneous such as getting current language localization, getting network reachability, popping message box and question box.
  • [share] Sharing via SNS.
  • [store] IAP support.

How to Use

  1. Simply integrate modules you need into your project.
  2. Call XXX::open() to initialize a module.
  3. Call setDevId("XXX")/setAppId("YYY") if needed.
  4. Write your invocation.
  5. Call XXX::close() to dispose a module.

TODO

Polishing documents.

Adding more useful modules?

About

IOSHIT is a library that wraps some useful iOS functionallity together for C++ programmers. Now including: ADS, Rate Me, GameCenter, Share via SNS, IAP, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published