Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Nov 30, 2021
1 parent 9e057f6 commit 8f41966
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Purchases/Public/Purchases.swift
Expand Up @@ -1299,8 +1299,8 @@ public extension Purchases {
* - Parameter apiKey: The API Key generated for your app from https://app.revenuecat.com/
*
* - Parameter appUserID: The unique app user id for this user. This user id will allow users to share their
* purchases and subscriptions across devices. Pass `nil` if you want `Purchases` to generate this for you.
* An empty `appUserID` is equivalent to `nil`.
* purchases and subscriptions across devices. Pass `nil` or an empty string if you want `Purchases`
* to generate this for you.
*
* - Returns: An instantiated `Purchases` object that has been set as a singleton.
*/
Expand All @@ -1318,8 +1318,8 @@ public extension Purchases {
* - Parameter apiKey: The API Key generated for your app from https://app.revenuecat.com/
*
* - Parameter appUserID: The unique app user id for this user. This user id will allow users to share their
* purchases and subscriptions across devices. Pass `nil` if you want `Purchases` to generate this for you.
* An empty `appUserID` is equivalent to `nil`.
* purchases and subscriptions across devices. Pass `nil` or an empty string if you want `Purchases`
* to generate this for you.
*
* - Parameter observerMode: Set this to `true` if you have your own IAP implementation and want to use only
* RevenueCat's backend. Default is `false`.
Expand All @@ -1342,8 +1342,8 @@ public extension Purchases {
* - Parameter apiKey: The API Key generated for your app from https://app.revenuecat.com/
*
* - Parameter appUserID: The unique app user id for this user. This user id will allow users to share their
* purchases and subscriptions across devices. Pass `nil` if you want `Purchases` to generate this for you.
* An empty `appUserID` is equivalent to `nil`.
* purchases and subscriptions across devices. Pass `nil` or an empty string if you want `Purchases`
* to generate this for you.
*
* - Parameter observerMode: Set this to `true` if you have your own IAP implementation and want to use only
* RevenueCat's backend. Default is `false`.
Expand Down

0 comments on commit 8f41966

Please sign in to comment.