Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use this without having the local Product.plist configuration file? #59

Open
brainfuel opened this issue Jun 29, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@brainfuel
Copy link

IAP products are regularly updated in my app and I retrieve them from our server. Am I forced to use the local Product.plist configuration file?

I see requestProductsFromAppStore(productIds which returns me the correct Products but when I check storeHelper.products?.count
It's always 0.

@russell-archer
Copy link
Owner

Currently you are indeed forced to use a local Products.plist. I'll implement an enhancement to allow StoreHelper to get products from a server.

@russell-archer russell-archer self-assigned this Dec 12, 2023
@russell-archer russell-archer added the enhancement New feature or request label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@brainfuel @russell-archer and others