Xummer / ServerChan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

Get a SCKEY

Get a SCKEY from http://sc.ftqq.com/3.version

Setup SCKEY and play

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    [ServerChan StartWithSCKEY:@"SCU******YOUR*SCKEY******"];
    return YES;
}

Then let 「ServerChan」 say anything you want. But pls do not forget #import "ServerChan.h"

[ServerChan Say:@"Yo!"];

[ServerChan Say:@"Aloha~" message:@"drrr"];

iOS 9/10

Add this in your info.plist

About

License:MIT License


Languages

Language:Objective-C 92.0%Language:Ruby 8.0%