"Book notes" ios-in-app purchases

Source: Internet
Author: User
Tags printable characters

One, general, purchase content includes content type, feature extension, service and subscription.

Second, the test environment to build:

Building a test environment is cumbersome and requires 2 tools to manage: The configuration portal for ITunes Connect and the iOS Dev Center.

Third, the data structure submitted to the App store can only be a Nsset collection, and the elements in the collection are product identification strings.

Four, Base64fordata, is to encode the NSData type of credential data Base64, using BASE64 encoding only if the text data is used to represent the binary.

Base64 is a representation of binary data based on 64 printable characters.

Why do I need Base64 encoding? Because the app Store can only receive BASE64 encoded data, where we encode it to the merchant's server, the merchant server does not need to be encoded. You can also encode on a merchant server.

Reference: "iOS network programming and cloud applications-best practices"

"Book notes" ios-in-app purchases

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.