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

When the Apple team reviewed, the requested product information was empty. But I have data on my local test. I don't know what the problem is, so I came to ask for help. #516

Open
2 of 9 tasks
Tracked by #550
mapleleaf99 opened this issue Jan 29, 2020 · 5 comments

Comments

@mapleleaf99
Copy link

mapleleaf99 commented Jan 29, 2020

Platform

  • iOS
  • macOS
  • tvOS

In app purchase type

  • Consumable
  • Non-consumable
  • Auto-Renewable Subscription
  • Non-Renewing Subscription

Environment

  • Sandbox
  • Production

Version

ℹ Please replace this with the version of SwiftyStoreKit you're using.

Related issues

ℹ Please replace this with references to similar issues (either open or already closed).

Report

Issue summary

ℹ Please replace this with an explanation of the issue, including reproduction steps.

What did you expect to happen

ℹ Please replace this with what you expected to happen.

What happened instead

ℹ Please replace this with what happened instead.

SwiftyStoreKit.retrieveProductsInfo(Set(productIds)) { (result) in
if !result.retrievedProducts.isEmpty {

        } 
}
@mapleleaf99
Copy link
Author

When the Apple team reviewed, the requested product information was empty. But I have data on my local test. I don't know what the problem is, so I came to ask for help.Thank you

@lengocgiang
Copy link

@mapleleaf99 I think you should write your own request in app purchase product by apple API.
It's pretty easy to implement.

You can preferences example code by Apple
https://developer.apple.com/documentation/storekit/in-app_purchase/offering_completing_and_restoring_in-app_purchases

https://developer.apple.com/documentation/storekit/in-app_purchase/fetching_product_information_from_the_app_store

@Sam-Spencer
Copy link
Collaborator

Hi @mapleleaf99 could you please clarify what it is you're having an issue with?

@Sam-Spencer Sam-Spencer mentioned this issue Jun 23, 2020
9 tasks
@Sam-Spencer
Copy link
Collaborator

Please take a look at issue #550. Your help with this project is dearly needed! @mapleleaf99

@gostevanton
Copy link

check here https://developer.apple.com/forums/thread/120852 answer by geetesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants