Learn R Programming

RTConnect (version 0.1.4)

kProductTypeIdentifier: Product Type Identifier

Description

Product type identifiers of iTunes Connect sales report.

Usage

kProductTypeIdentifier

Arguments

Format

The format is a list of 19 characters.
$ iPhoneInstall:
"1"
$ iPhoneUpdate:
"7"
$ iOSInAppPurchase:
"IA1"
$ iOSInAppSubscription:
"IA9"
$ iOSInAppAutoRenewableSubscription:
"IAY"
$ iOSInAppFreeSubscription:
"IAC"
$ iOSInstall:
"1F"
$ iOSUpdate:
"7F"
$ iPadInstall:
"1T"
$ iPadUpdate:
"7T"
$ MacInstall:
"F1"
$ MacUpdate:
"F7"
$ MacInAppPurchease:
"FI1"
$ iPhoneCustom:
"1E"
$ iPadCustom:
"1EP"
$ iOSCustom:
"1EU"
$ Install:
"1" "1F" "1T" "F1"
$ Update:
"7" "7F" "7T" "F7"
$ InAppPurchase:
"IA1" "IA9" "IAY" "FI1"

Source

http://www.apple.com/itunesnews/docs/AppStoreReportingInstructions.pdf

Examples

Run this code
  kProductTypeIdentifier
  kProductTypeIdentifier$iPhoneInstall

Run the code above in your browser using DataLab