Meyasubaco 0.8.3

Meyasubaco 0.8.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2016

Maintained by Ryosuke Hiramatsu.



 
Depends on:
JSQMessagesViewController= 7.2.0
JSQSystemSoundPlayer= 2.0.1
 

  • By
  • Ryosuke Hiramatsu

Meyasubaco iOS-SDK

Installation

Meyasubaco is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Meyasubaco'

To run the example project, To try Meyasubaco SDK, open Terminal.app and enter the following command:

pod try Meyasubaco

How to Use

Please see detail at https://meyasuba.co

Initialize

You shoud input the ApiKey to Meyasubaco at AppDelegate class.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    [Meyasubaco setApiKey:@"<YOUR_API_KEY>"];
    return YES;
}

Show Comment

You can show request form activity at any position.

[Meyasubaco showCommentViewController:self];

Show FAQ

and you can show helps.

[Meyasubaco showHelpListViewController:self];

Requirements

  • iOS 8 and later supported