Skip to content

olderMonster/Sample-MaxNews-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sample-MaxNews-iOS

使用步骤:

1、在maxleap.cn中创建app,记录appid和clientkey。

2、更换AppDelegate.m中的宏定义为1中的appid和clientkey:

#define MAXLEAP_APPID           @"your_app_id"
#define MAXLEAP_CLIENTKEY       @"your_client_key"

3、如果要使用微博、QQ和微信第三方登录,需要先在相应的开发者后台注册app,输入正确的app信息。

4、更换AppDelegate.m中的以下宏定义:

#define WECHAT_APPID            @"your_wechat_appid"
#define WECHAT_SECRET           @"your_wechat_secret"
#define WEIBO_APPKEY            @"your_weibo_appkey"
#define WEIBO_REDIRECTURL       @"your_weibo_redirect_url"
#define QQ_APPID                @"your_qq_appid"

5、更新Info.plist文件中URL Types中以上第三方登陆需要的设置。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 97.3%
  • HTML 1.6%
  • C 1.1%