Hi, How long does it take to propogate changes to a paywall
Q
Qazi Atiq
So my paywall had two products, I have added on consumable product to it now its three but the api call Adapty.getPaywallProducts(paywall: paywall) is only returning two products (not the third one), although i do see it in return call for AdaptyManager.shared.getPaywall(placementId: placementId)
I am on iOS, using the sdk, is there another step to be done
Adapty Support
Hey there!
Is there any error visible in the logs when trying to fetch the product? Just in case, please check if the products are available and correctly configured according to our documentation
- https://adapty.io/docs/InvalidProductIdentifiers.
Q
Qazi Atiq
Thanks, you are correct, I had not published the product in appstore with correct regions. appreciate the response