I am trying to add Revenue Cat to my application and I am getting an unexpected behaviour. await Purchases.getOfferings(); never finishes. It hangs.
2023-09-12 15:06:48.379841+0200 someApp[4687:37716] [configure] INFO: ℹ️ Purchases instance already set. Did you mean to configure two Purchases objects?2023-09-12 15:06:48.380048+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ Configuring SDK using RevenueCat's UserDefaults suite.2023-09-12 15:06:48.380078+0200 someApp[4687:53865] Opened database at /Users/john/Library/Developer/CoreSimulator/Devices/3B433335-5FEA-4324-BCD4-4CBB677C5A4E/data/Containers/Data/Application/F8725A65-E28B-4E6B-BAE0-E0058C257495/Documents/foo.db2023-09-12 15:06:48.380330+0200 someApp[4687:37716] [identity] DEBUG: 👤 Identifying App User ID2023-09-12 15:06:48.381805+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ Debug logging enabled2023-09-12 15:06:48.381882+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ SDK Version - 4.25.92023-09-12 15:06:48.381953+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ Bundle ID - org.reactjs.native.example.someApp2023-09-12 15:06:48.382009+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ System Version - Version 16.4 (Build 20E247)2023-09-12 15:06:48.382058+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ Using a simulator. Ensure you have a StoreKit Config file set up before trying to fetch products or make purchases.See https://errors.rev.cat/testing-in-simulator for more details.2023-09-12 15:06:48.382102+0200 someApp[4687:37716] [configure] DEBUG: 👤 No initial App User ID2023-09-12 15:06:48.382167+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ Purchases is configured with response verification disabled2023-09-12 15:06:48.382835+0200 someApp[4687:37716] [configure] DEBUG: ℹ️ Delegate set2023-09-12 15:06:48.383810+0200 someApp[4687:53865] [offering] DEBUG: ℹ️ Offerings cache is stale, updating from network in foreground2023-09-12 15:06:48.383957+0200 someApp[4687:46696] [network] DEBUG: ℹ️ GetOfferingsOperation: Started2023-09-12 15:06:48.384057+0200 someApp[4687:46696] [network] DEBUG: ℹ️ There are no requests currently running, starting request GET /v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e9698826537943/offerings2023-09-12 15:06:48.385855+0200 someApp[4687:46696] [network] DEBUG: ℹ️ API request started: GET '/v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e9698826537943/offerings'2023-09-12 15:06:48.410531+0200 someApp[4687:38819] [Default] Error enumerating unfinished transactions: Error Domain=ASDErrorDomain Code=509 "No active account" UserInfo={NSLocalizedDescription=No active account}2023-09-12 15:06:48.555043+0200 someApp[4687:37716] [native] (ADVICE) View #715 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.2023-09-12 15:06:48.555266+0200 someApp[4687:37716] [native] (ADVICE) View #713 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.2023-09-12 15:06:48.662734+0200 someApp[4687:53865] Opened database at /Users/john/Library/Developer/CoreSimulator/Devices/3B433335-5FEA-4324-BCD4-4CBB677C5A4E/data/Containers/Data/Application/F8725A65-E28B-4E6B-BAE0-E0058C257495/Documents/foo.db2023-09-12 15:06:48.732957+0200 someApp[4687:53867] [javascript] (ADVICE) View #715 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.2023-09-12 15:06:48.733456+0200 someApp[4687:53867] [javascript] (ADVICE) View #713 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting a background color to fix this, or apply the shadow to a more specific component.2023-09-12 15:06:48.803260+0200 someApp[4687:37716] [offering] DEBUG: ℹ️ No cached Offerings, fetching from network2023-09-12 15:06:48.811206+0200 someApp[4687:53865] [network] DEBUG: ℹ️ Network operation 'GetOfferingsOperation' found with the same cache key 'GetOfferingsOpe…'. Skipping request.2023-09-12 15:06:48.946838+0200 someApp[4687:53865] [network] DEBUG: ℹ️ API request completed: GET '/v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e9698826537943/offerings' (304)2023-09-12 15:06:48.947181+0200 someApp[4687:53865] [offering] ERROR: 🍎‼️ Error fetching offerings - The operation couldn’t be completed. (RevenueCat.OfferingsManager.Error error 1.)There are no products registered in the RevenueCat dashboard for your offerings. If you don't want to use the offerings system, you can safely ignore this message. To configure offerings and their products, follow the instructions in https://rev.cat/how-to-configure-offerings.More information: https://rev.cat/why-are-offerings-empty2023-09-12 15:06:48.947462+0200 someApp[4687:53865] [offering] ERROR: 🍎‼️ Error fetching offerings - The operation couldn’t be completed. (RevenueCat.OfferingsManager.Error error 1.)There are no products registered in the RevenueCat dashboard for your offerings. If you don't want to use the offerings system, you can safely ignore this message. To configure offerings and their products, follow the instructions in https://rev.cat/how-to-configure-offerings.More information: https://rev.cat/why-are-offerings-empty2023-09-12 15:06:48.947639+0200 someApp[4687:53865] [network] DEBUG: ℹ️ GetOfferingsOperation: Finished2023-09-12 15:06:48.947703+0200 someApp[4687:37716] [error] ERROR: 😿‼️ There is an issue with your configuration. Check the underlying error for more details. There are no products registered in the RevenueCat dashboard for your offerings. If you don't want to use the offerings system, you can safely ignore this message. To configure offerings and their products, follow the instructions in https://rev.cat/how-to-configure-offerings.More information: https://rev.cat/why-are-offerings-empty2023-09-12 15:06:48.947866+0200 someApp[4687:53865] [network] DEBUG: ℹ️ Serial request done: GET /v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e9698826537943/offerings, 0 requests left in the queue2023-09-12 15:06:48.947885+0200 someApp[4687:46696] [network] DEBUG: ℹ️ GetCustomerInfoOperation: Started2023-09-12 15:06:48.948107+0200 someApp[4687:46696] [network] DEBUG: ℹ️ There are no requests currently running, starting request GET /v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e96988265379432023-09-12 15:06:48.949344+0200 someApp[4687:46696] [network] DEBUG: ℹ️ API request started: GET '/v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e9698826537943'2023-09-12 15:06:49.068248+0200 someApp[4687:53865] Opened database at /Users/john/Library/Developer/CoreSimulator/Devices/3B433335-5FEA-4324-BCD4-4CBB677C5A4E/data/Containers/Data/Application/F8725A65-E28B-4E6B-BAE0-E0058C257495/Documents/foo.db2023-09-12 15:06:49.084358+0200 someApp[4687:46696] [network] DEBUG: ℹ️ API request completed: GET '/v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e9698826537943' (304)2023-09-12 15:06:49.087327+0200 someApp[4687:46696] [customer] DEBUG: 😻 CustomerInfo updated from network.2023-09-12 15:06:49.087499+0200 someApp[4687:46696] [network] DEBUG: ℹ️ GetCustomerInfoOperation: Finished2023-09-12 15:06:49.087698+0200 someApp[4687:46696] [network] DEBUG: ℹ️ Serial request done: GET /v1/subscribers/$RCAnonymousID%3Af4ad6ce1f4324e6191e9698826537943, 0 requests left in the queue