My iOS SwiftUI app is in Testflight, everything seemed OK, but since this weekend, there is this strange behaviour. When the app is run for the first time, everything works fine. But on second run (and all subsequent runs), offerings are not shown.
If the app is deleted from device and reinstalled, the issue repeats: first launch shows offerings, second launch does not.
______ Console ____________
2022-03-20 21:32:45.986445+0100 AppNamee12345:1234567] Purchases] - DEBUG: Identifying App User ID
2022-03-20 21:32:45.988665+0100 AppNameN12345:1234567] 6Purchases] - DEBUG: Debug logging enabled
2022-03-20 21:32:45.988708+0100 AppName 12345:1234567] 2Purchases] - DEBUG: SDK Version - 4.2.0-SNAPSHOT
2022-03-20 21:32:45.988732+0100 AppName012345:1234567] 4Purchases] - DEBUG: No initial App User ID
2022-03-20 21:32:45.991893+0100 AppName912345:1234567] 1Purchases] - DEBUG: Sending latest CustomerInfo to delegate.
2022-03-20 21:32:45.992082+0100 AppName912345:1234567] aPurchases] - DEBUG: Delegate set
2022-03-20 21:32:45.992151+0100 AppName:12345:1234567] APurchases] - DEBUG: No cached Offerings, fetching from network
2022-03-20 21:32:46.361250+0100 AppName112345:1234567] 1Purchases] - DEBUG: GetOfferingsOperation: Started
2022-03-20 21:32:46.361551+0100 AppName212345:1234567] 5Purchases] - DEBUG: There are no requests currently running, starting request GET subscribers/$RCAnonymousID%3A3a76a19a576341c1a6da114133489f00/offerings
2022-03-20 21:32:46.363966+0100 AppName-12345:1234567] 3Purchases] - DEBUG: API request started: GET /v1/subscribers/$RCAnonymousID:3a76a19a576341c1a6da114133489f00/offerings
2022-03-20 21:32:46.364121+0100 AppName212345:1234567] :Purchases] - DEBUG: applicationDidBecomeActive
2022-03-20 21:32:47.161337+0100 AppName>12345:1234567] 1Purchases] - DEBUG: API request completed: GET /v1/subscribers/$RCAnonymousID:3a76a19a576341c1a6da114133489f00/offerings304
2022-03-20 21:32:47.163889+0100 AppName412345:1234567] 2Purchases] - ERROR: There is an issue with your configuration. Check the underlying error for more details.
2022-03-20 21:32:47.165720+0100 AppNamed12345:1234567] 0Purchases] - ERROR: Error fetching offerings - There's a problem with your configuration. There are no products registered in the RevenueCat dashboard for your offerings. To configure products, follow the instructions in https://rev.cat/how-to-configure-offerings.
More information: https://rev.cat/why-are-offerings-empty
2022-03-20 21:32:47.165937+0100 AppNameo12345:1234567] /Purchases] - ERROR: There is an issue with your configuration. Check the underlying error for more details.
2022-03-20 21:32:47.166074+0100 AppNamer12345:1234567] tPurchases] - ERROR: Error fetching offerings - There's a problem with your configuration. There are no products registered in the RevenueCat dashboard for your offerings. To configure products, follow the instructions in https://rev.cat/how-to-configure-offerings.
More information: https://rev.cat/why-are-offerings-empty
2022-03-20 21:32:47.166165+0100 AppNamev12345:1234567] fPurchases] - DEBUG: GetOfferingsOperation: Finished
2022-03-20 21:32:47.166403+0100 AppName12345:1234567] ePurchases] - DEBUG: Serial request done: GET subscribers/$RCAnonymousID%3A3a76a19a576341c1a6da114133489f00/offerings, 0 requests left in the queue
2022-03-20 21:32:47.166438+0100AppNamef12345:1234567] ePurchases] - DEBUG: GetCustomerInfoOperation: Started
2022-03-20 21:32:47.166553+0100AppName:12345:1234567] oPurchases] - DEBUG: There are no requests currently running, starting request GET subscribers/$RCAnonymousID%3A3a76a19a576341c1a6da114133489f00
2022-03-20 21:32:47.168110+0100AppNameA12345:1234567] 7Purchases] - DEBUG: API request started: GET /v1/subscribers/$RCAnonymousID:3a76a19a576341c1a6da114133489f00
2022-03-20 21:32:47.408575+0100 AppNames12345:1234567] :Purchases] - DEBUG: API request completed: GET /v1/subscribers/$RCAnonymousID:3a76a19a576341c1a6da114133489f00304
2022-03-20 21:32:47.409627+0100 AppNamer12345:1234567] DPurchases] - ERROR: Unable to find subscriber object in data:
0:]
2022-03-20 21:32:47.418514+0100 AppName12345:1234567] tPurchases] - ERROR: There was an unknown backend error.
2022-03-20 21:32:47.420419+0100 AppName[12345:1234567] RPurchases] - WARN: Attempt to update CustomerInfo from network failed.
There was an unknown backend error.
2022-03-20 21:32:47.420574+0100 AppNameo12345:1234567] tPurchases] - DEBUG: GetCustomerInfoOperation: Finished
2022-03-20 21:32:47.420772+0100 AppName312345:1234567] rPurchases] - DEBUG: Serial request done: GET subscribers/$RCAnonymousID%3A3a76a19a576341c1a6da114133489f00, 0 requests left in the queue