18 March 2015
  1. download iOS SDK
  2. unzip UMFeedback_iOS_2.1.zip
  3. drag UMengFeedback_SDK_2.1 into file navigator and copy items if needed
  4. in Build Phases in Link Binary With Libraries
    • add AVFoundation.framework
  5. in AppDelegate.swift

    • find func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {

    • add UMFeedback.setAppkey(appKey)

  6. present feedbackViewController
    • self.presentViewController(UMFeedback.feedbackViewController(), animated: true){ () -> Void in }


blog comments powered by Disqus