kProductTypeIdentifier: Product Type Identifier

Description Usage Format Source Examples

Description

Product type identifiers of iTunes Connect sales report.

Usage

1

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

1
2

Example output

$iPhoneInstall
[1] "1"

$iPhoneUpdate
[1] "7"

$iOSInAppPurchase
[1] "IA1"

$iOSInAppSubscription
[1] "IA9"

$iOSInAppAutoRenewableSubscription
[1] "IAY"

$iOSInAppFreeSubscription
[1] "IAC"

$iOSInstall
[1] "1F"

$iOSUpdate
[1] "7F"

$iPadInstall
[1] "1T"

$iPadUpdate
[1] "7T"

$MacInstall
[1] "F1"

$MacUpdate
[1] "F7"

$MacInAppPurchease
[1] "FI1"

$iPhoneCustom
[1] "1E"

$iPadCustom
[1] "1EP"

$iOSCustom
[1] "1EU"

$Install
[1] "1"  "1F" "1T" "F1"

$Update
[1] "7"  "7F" "7T" "F7"

$InAppPurchase
[1] "IA1" "IA9" "IAY" "FI1"

[1] "1"

RTConnect documentation built on May 2, 2019, 1:43 p.m.