Question

How to add multiple product in managed in-app purchase with same price tier in IOS IN 0.99$? For eg: 1000 products.

Était-ce utile?

La solution

i dont think that you can make a single product purchase 1000 times, you must define 1000 product in itune connect & configure them as well.

here is reference link for In-App Purchase Programming Guide

A product is something you want to sell in your app’s store. You create and configure products in iTunes Connect, and your app interacts with products using the SKProduct and SKProductsRequest classes.

Creating Products in iTunes Connect

Before you start coding, you need to configure products in iTunes Connect for your app to interact with. As you develop your app, you can add and remove products and refine or reconfigure your existing products.

Every product is associated with a specific app. Products created for use by one app are not available in other apps. Companion apps on a different platform are different apps—the products of the Mac app are not available in the iOS app and vice versa.

Products are reviewed when you submit your app as part of the app review process. Before users can buy a product, it must be approved by the reviewer and you must mark it as “cleared for sale” in iTunes Connect.

For step-be-step information about working with products in iTunes Connect,In-App Purchase Configuration Guide for iTunes Connect

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top