Skip to content

[EN] Run the Demo

yangyunxing edited this page Dec 19, 2017 · 6 revisions

Get Started

  • Create a file named MGNetAccount.h if not exist, and copy your apikey and apisecret like this:
#define MG_USE_ONLINE_AUTH 1

#define MG_LICENSE_KEY       @"xxxxx"  //your apikey
#define MG_LICENSE_SECRET    @"xxxxx"  //your apisecret

  • Run

Discuss: There are only 5 licenses per day for trial/free version, the time of a license time is 24 hours.If you get a error DAILY_QUOTA_EXCEEDED ,it indicates you have used all of the five licenses,please remove your current apikey and create a new one.

Clone this wiki locally