Hello!
I’m using the revenue cat for my game to handle all purchasing process…
RevenueCat is working perfectly on iOS but not on Android… I added all products for both store and revenue cat dashboard but in android, offers are returning null… Here are the errors I got:
Error: Code: 23
Message: There is an issue with your configuration. Check the underlying error for more details.
ReadableErrorCode: ConfigurationError
MyRevenueCatManager:GetOfferingsCallback(Offerings, Error)
Purchases:_getOfferings(String)
Exception: NullReferenceException: Object reference not set to an instance of an object.
MyRevenueCatManager.GetOfferingsCallback (Purchases+Offerings offerings, Purchases+Error error) (at <00000000000000000000000000000000>:0)
Purchases._getOfferings (System.String offeringsJson) (at <00000000000000000000000000000000>:0)
Is there is a possible reason for this?
Thanks for help, in advance...