MD5 校验值:facd8e3913e14e36e7daf9e69fbd45cb
ConfigureStrings.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
package com.revenuecat.purchases.strings; public final class ConfigureStrings { public static final String AMAZON_API_KEY_GOOGLE_STORE = "Looks like you're using an Amazon API key but have configured the SDK for the Google play store.\nEither use a Google API key which should look like 'goog_1a2b3c4d5e6f7h' or configure the SDK to use Amazon.\nSee https://rev.cat/auth for more details."; public static final String APP_BACKGROUNDED = "App backgrounded"; public static final String APP_FOREGROUNDED = "App foregrounded"; public static final String AUTO_SYNC_PURCHASES_DISABLED = "Automatic syncing of purchases has been disabled. \nRevenueCat won’t observe the StoreKit queue, and it will not sync any purchase \nautomatically. Call syncPurchases whenever a new transaction is completed so the \nreceipt is sent to RevenueCat’s backend. Consumables disappear from the receipt \nafter the transaction is finished, so make sure purchases are synced before \nfinishing any consumable transaction, otherwise RevenueCat won’t register the \npurchase."; public static final String CONFIGURING_PURCHASES_PROXY_URL_SET = "Purchases is being configured using a proxy for RevenueCat"; public static final String DEBUG_ENABLED = "Debug logging enabled"; public static final String GOOGLE_API_KEY_AMAZON_STORE = "Looks like you're using a Google API key but have configured the SDK for the Amazon app store.\nEither use an Amazon API key which should look like 'amzn_1a2b3c4d5e6f7h' or configure the SDK to use Google.\nSee https://rev.cat/auth for more details."; public static final String INITIAL_APP_USER_ID = "Initial App User ID - %s"; public static final ConfigureStrings INSTANCE = new ConfigureStrings(); public static final String INSTANCE_ALREADY_EXISTS = "Purchases instance already set. Did you mean to configure two Purchases objects?"; public static final String INVALID_API_KEY = "The specified API Key is not recognized.\nEnsure that you are using the public app-specific API key, which should look like 'goog_1a2b3c4d5e6f7h' or 'amzn_1a2b3c4d5e6f7h'.\nSee https://rev.cat/auth for more details."; public static final String LEGACY_API_KEY = "Looks like you're using a legacy API key.\nThis is still supported, but it's recommended to migrate to using platform-specific API key, which should look like 'goog_1a2b3c4d5e6f7h' or 'amzn_1a2b3c4d5e6f7h'.\nSee https://rev.cat/auth for more details."; public static final String LISTENER_SET = "Listener set"; public static final String NO_SINGLETON_INSTANCE = "There is no singleton instance. Make sure you configure Purchases before trying to get the default instance. More info here: https://errors.rev.cat/configuring-sdk"; public static final String PACKAGE_NAME = "Package name - %s"; public static final String SDK_VERSION = "SDK Version - %s"; public static final String VERIFICATION_MODE_SELECTED = "Purchases configured with response verification: %s"; private ConfigureStrings() { } }