From 1a00e2117c2d5b81350bbbe14d11cc3ff53b5c44 Mon Sep 17 00:00:00 2001 From: Mirzamehdi Date: Thu, 22 Feb 2024 15:22:11 +0100 Subject: [PATCH] Updating description of library --- README.md | 2 +- build.gradle.kts | 2 +- .../kotlin/com/mmk/kmprevenuecat/purchases/ui/Mapper.ios.kt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccfe3bd..e44d76d 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ ![badge-ios](http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat) - +KMPRevenueCat is an unofficial Kotlin Multiplatform library, wrapper library around RevenueCat integration with a Kotlin-first approach, offering a unified API for subscription/in-app purchases across iOS, and Android. diff --git a/build.gradle.kts b/build.gradle.kts index 3098fc3..26b0437 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ allprojects { pom { groupId = "io.github.mirzemehdi" name.set("KMPRevenueCat") - description.set("KMPRevenueCat is an unofficial Kotlin Multiplatform library, RevenueCat integration with a Kotlin-first approach, offering a unified API for in-app purchases across iOS, and Android.") + description.set("KMPRevenueCat is an unofficial Kotlin Multiplatform library, wrapper library around RevenueCat integration with a Kotlin-first approach, offering a unified API for subscription/in-app purchases across iOS, and Android.") licenses { license { name.set("Apache-2.0") diff --git a/kmprevenuecat-purchases-ui/src/iosMain/kotlin/com/mmk/kmprevenuecat/purchases/ui/Mapper.ios.kt b/kmprevenuecat-purchases-ui/src/iosMain/kotlin/com/mmk/kmprevenuecat/purchases/ui/Mapper.ios.kt index 73321be..56a9455 100644 --- a/kmprevenuecat-purchases-ui/src/iosMain/kotlin/com/mmk/kmprevenuecat/purchases/ui/Mapper.ios.kt +++ b/kmprevenuecat-purchases-ui/src/iosMain/kotlin/com/mmk/kmprevenuecat/purchases/ui/Mapper.ios.kt @@ -42,6 +42,7 @@ internal fun PaywallListener.asRCPaywallViewControllerDelegate(onDismissed: () - controller: RCPaywallViewController, didFinishPurchasingWithCustomerInfo: RCCustomerInfo ) { + didFinishPurchasingWithCustomerInfo //TODO FIX this this@asRCPaywallViewControllerDelegate.onPurchaseCompleted( null