Contents
The Mobage Native SDK (iOS version) has the following file hierarchy (showing only the files which are required for programming).
![]() | The following is 1.3.1 or earlier version than that. There is a thing that the new header file will be added depending on the version. Please note. |
For Mobage Native SDK 1.3.1 or later
MobageSDK ├── include │ ├── MBGAppPatch.h │ ├── MBGBalanceButton.h │ ├── MBGBalanceImage.h │ ├── MBGBankDebit.h │ ├── MBGBankInventory.h │ ├── MBGError.h │ ├── MBGJPBalanceButton.h │ ├── MBGJPBalanceImage.h │ ├── MBGJSONHelper.h │ ├── MBGKRBalanceButton.h │ ├── MBGKRBalanceImage.h │ ├── MBGLeaderboardResponse.h │ ├── MBGLeaderboardTopScore.h │ ├── MBGOption.h │ ├── MBGPlatform.h │ ├── MBGRemoteNotificationPayload.h │ ├── MBGRemoteNotificationResponse.h │ ├── MBGResult.h │ ├── MBGSocialAppdata.h │ ├── MBGSocialAuth.h │ ├── MBGSocialBlacklist.h │ ├── MBGSocialJPService.h │ ├── MBGSocialJPTextdata.h │ ├── MBGSocialLeaderboard.h │ ├── MBGSocialPeople.h │ ├── MBGSocialProfanity.h │ ├── MBGSocialRemoteNotification.h │ ├── MBGSocialService.h │ └── MBGUser.h └── lib └── libmobage.a
Annotation
- The header files are located in include/.
- Please include these header files to invoke the Mobage Native SDK APIs.
- For details of the APIs, please refer the API reference in the SDK.
- The file lib/libmobage.a is the main library of Mobage Native SDK (iOS version).
Revision History
- 12/03/2012
- Added the requirements in case of older than version 1.3.1.
- 11/15/2012
- Update prerequisites and operation check environment.
- 08/14/2012
- Initial Release.