Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.2.0 #67

Merged
merged 19 commits into from
Sep 20, 2020
Merged

Release/2.2.0 #67

merged 19 commits into from
Sep 20, 2020

Conversation

smejl
Copy link
Contributor

@smejl smejl commented Sep 20, 2020

What's new

πŸ“¦ Swift Package Manager

Just provide the link https://github.com/qonversion/qonversion-ios-sdk to the SDK for importing package through SPM.

image

πŸ‘¨β€πŸ³ restore with permissions

Qonversion.restore { [weak self] (permissions, error) in
  if let error = error {
    // Error
  }
      
  guard permissions.values.contains(where: {$0.isActive == true}) else {
     // No purchases to restore
  }
  
  if let permission: Qonversion.Permission = permissions["plus"], permission.isActive {
    // Restored
  }
}

πŸ–Ό Sample app with Product Center

🧾 Support property for AppsFlyer userID and Adjust user ID

Qonversion.setProperty(.appsFlyerUserID, value: AppsFlyerLib.shared().getAppsFlyerUID())

@smejl smejl merged commit 1b8c87e into main Sep 20, 2020
@smejl smejl deleted the release/2.2.0 branch September 20, 2020 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant