This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// AppDelegate.h | |
// TestMethod | |
// | |
// Created by 柯磊 on 2019/1/2. | |
// Copyright © 2019 AMonster. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AppDelegate: UIResponder, UIApplicationDelegate { | |
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | |
let vc = SLAppStartUpVideoVC() | |
WeChatServices.appID = "xxxxx" | |
WeChatServices.appSecret = "xxxxx" | |
// 还需要配置 Info.plst 的 CFBundleURLTypes 和 LSApplicationQueriesSchemes | |