iOS App Object
Represents an iOS App Object in JSON format. Data is returned for country: US and language: English unless requested specifically for other stores and languages, rating values are available only for US.
Schema
Name |
Type |
Description |
Required Plan |
trackId |
Long |
Numeric unique identifier for the app assigned by Apple |
Tiny |
bundleId |
String |
Unique identifier for the app assigned by the developer. |
Tiny |
market_source |
String |
Market Source
- ITUNES - app is on the Apple App Store
- MACOS - app is on the Mac App Store
|
Tiny |
market_status |
String |
Status on the market
- PUBLISHED if the app is present
- UNPUBLISHED if the app was unpublished
|
Tiny |
artistId |
String |
The app artistId |
Tiny |
artistName |
String |
The app artist name (human-readable string) |
Tiny |
artistViewUrl |
URL |
Link to the artist website
|
Tiny |
artworkUrl60 |
URL |
Icon image with 60px square sizes |
Tiny |
artworkUrl100 |
URL |
Icon image with 100px square sizes |
Tiny |
artworkUrl512 |
URL |
Icon image with 512px square sizes |
Tiny |
averageUserRating |
Integer |
The average rating of the app for all versions |
Tiny |
averageUserRatingForCurrentVersion |
Integer |
The rating of the app for the current version |
Tiny |
userRatingCount |
Integer |
Number of ratings of the app for all versions |
Tiny |
userRatingCountForCurrentVersion |
Integer |
Number of ratings of the app for current version |
Tiny |
formattedPrice |
String |
Price and currency of the app |
Tiny |
currency |
String |
The currency of the app price |
Tiny |
price |
Double |
App price, numeric value, 0 if free |
Tiny |
description |
String |
App description |
Tiny |
fileSizeBytes |
String |
App size in bytes, can be parsed as long |
Tiny |
fileSizeBytesNumeric |
Long |
App size in bytes |
Tiny |
genreIds |
List |
List of numeric genreIds of the app |
Tiny |
genres |
List |
List of genres of the app |
Tiny |
screenshotUrls |
List of URLs |
List of URLs to the iPhone screenshots of the app (if available) |
Tiny |
ipadScreenshotUrls |
List of URLs |
List of URLs to the iPad screenshots of the app (if available) |
Tiny |
appletvScreenshotUrls |
List of URLs |
List of URLs to the Apple TV screenshots of the app (if available) |
Tiny |
trackCensoredName |
String |
App title |
Tiny |
trackViewUrl |
URL |
Link to the app on the Apple App Store. |
Tiny |
primaryGenreId |
Integer |
Unique primary genre identifier. See App Store Genres for more information. |
Tiny |
primaryGenreName |
String |
Name of the primary genre of the app |
Tiny |
version |
String |
Current app version |
Tiny |
releaseNotes |
String |
Release notes submitted by the developer for the current app version |
Tiny |
iphone |
Boolean |
Does the app support iPhone |
Tiny |
ipad |
Boolean |
Does the app support iPad |
Tiny |
sellerName |
String |
Seller company name |
Tiny |
isGameCenterEnabled |
Boolean |
Does the app support Game Center from Apple |
Tiny |
contentAdvisoryRating |
String |
Advisory rating of the app content |
Tiny |
trackContentRating |
String |
Advisory rating of the app content |
Tiny |
languageCodesISO2A |
List of language codes |
Supported languages |
Tiny |
advisories |
List of strings |
Advisories assigned by Apple |
Tiny |
minimumOsVersion |
String (in version format) |
Minimum Operating System Version required for the app |
Tiny |
features |
List of strings |
E.g. gameCenter, iosUniversal |
Tiny |
isVppDeviceBasedLicensingEnabled |
Boolean |
Does the app support VPP distribution |
Tiny |
lang |
Language code |
The language for which the app metadata is returned based on the API request parameters. |
Tiny |
i18n_lang |
Array of language codes |
Languages in which the app is translated according to the app developer. |
Tiny |
app_country |
String |
The country for which app metadata is returned. |
Tiny
|
hasInAppPurchases |
Boolean |
Does the app have in app purchases. |
Tiny |
subtitle |
String |
Subtitle of the app. |
Tiny |
privacyPolicyUrl |
URL |
Link to privacy policy of the app. |
Tiny |
supportUrl |
URL |
Link to the support URL of the app. |
Tiny |
r1 |
Integer |
Returns count for rating 1. |
Tiny |
r2 |
Integer |
Returns count for rating 2. |
Tiny |
r3 |
Integer |
Returns count for rating 3. |
Tiny |
r4 |
Integer |
Returns count for rating 4. |
Tiny |
r5 |
Integer |
Returns count for rating 5. |
Tiny |
sellerUrl |
URL |
Link to the seller company website |
Small |
releaseDate |
Date |
Release Date of the app |
Small |
currentVersionReleaseDate |
Date |
Date when the current version of the app was released |
Small |
physical_address |
Physical Address of developer (only if app also on GPlay) |
Physical address of the developer. |
Small |
app_availability |
Availability Object |
Country codes in which countries the app is available. Each Availability object contains "trackId", "bundleId", "available_in",
"not_available_in". |
Small |
permissions |
List of permission objects. |
Each permission object contains a mapping 'id' => 'permission'. |
Medium |
customersAlsoBoughtApps |
List of Integers. |
List of apps that the customers have also bought. |
Medium |
requiredCapabilities |
List of required device capabilities. |
e.g. gamekit, arkit, healthkit, etc. See the official Apple documentation or the list of possible Required Capabilities values. |
Medium |
developerOtherApps |
List of Integers. |
List of apps that the developer also has. |
Medium |
email |
Email (only if app also on GPlay) |
Contact email for the developer. |
Large |
privacy |
App Privacy |
List of app privacy types used by the app. See the official Apple documentation. |
Large |
screenshotUrlsHighRes |
List of URLs |
List of URLs grouped by device |
Large |
isPreorder |
Boolean |
Does the app have a 'pre-order' flag or not. |
Large
|
Example in JSON Format
{
"app_availability": {
"available_in": [
"DO",
"FR",
"BG",
"DK",
"BE",
"HR",
"DE",
"JP",
"HU",
"HK",
"JO",
"DZ",
"BR",
"FI",
"BY",
"CN",
"TN",
"NL",
"PT",
"NO",
"CO",
"TW",
"UA",
"CL",
"TR",
"NZ",
"NG",
"LV",
"LT",
"LU",
"TH",
"PE",
"PK",
"PH",
"RO",
"CA",
"PL",
"CH",
"AE",
"GR",
"RU",
"EE",
"EG",
"AM",
"IT",
"VN",
"ZA",
"CZ",
"CY",
"AR",
"AU",
"AT",
"IN",
"LB",
"IE",
"ID",
"ES",
"MA",
"MY",
"IL",
"RS",
"GE",
"US",
"SK",
"KR",
"SI",
"SA",
"SG",
"MX",
"SE",
"GB"
],
"not_available_in": [
"IR",
"UK"
],
"availability_unknown": [
],
"trackId": 284882215,
"bundleId": "com.facebook.Facebook"
},
"artistId": 284882218,
"artistName": "Meta Platforms, Inc.",
"artistViewUrl": "https://apps.apple.com/us/developer/meta-platforms-inc/id284882218?uo=4",
"artworkUrl100": "https://is4-ssl.mzstatic.com/image/thumb/Purple116/v4/a9/af/bf/a9afbf9d-10e0-b2f3-b5ac-165795b6414d/Icon-Production-0-1x_U007emarketing-0-7-0-85-220.png/100x100bb.jpg",
"artworkUrl512": "https://is4-ssl.mzstatic.com/image/thumb/Purple116/v4/a9/af/bf/a9afbf9d-10e0-b2f3-b5ac-165795b6414d/Icon-Production-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg",
"artworkUrl60": "https://is4-ssl.mzstatic.com/image/thumb/Purple116/v4/a9/af/bf/a9afbf9d-10e0-b2f3-b5ac-165795b6414d/Icon-Production-0-1x_U007emarketing-0-7-0-85-220.png/60x60bb.jpg",
"averageUserRating": 2.25842,
"averageUserRatingForCurrentVersion": 2.25842,
"bundleId": "com.facebook.Facebook",
"contentAdvisoryRating": "12+",
"currency": "USD",
"currentVersionReleaseDate": "2023-06-07T00:00:00+00:00",
"description": "Connect with friends, family and people who share the same interests as you. Communicate privately, watch your favorite content, buy and sell items or just spend time with your community. On Facebook, keeping up with the people who matter most is easy. Discover, enjoy and do more together.\n \nStay up to date with your loved ones:\n • Share what's on your mind, announce major life events through posts and celebrate the everyday moments with Stories.\n • Express yourself through your profile and posts, watch, react, interact and stay in touch with your friends, throughout\n the day.\n\nConnect with people who share your interests with Groups:\n • With tens of millions of groups, you'll find something for all your interests and discover more groups relevant to you.\n • Use the Groups tab as a hub to quickly access all your groups content. Find relevant groups based on your interests with the new discovery tool and recommendations.\n\nBecome more involved with your community:\n • Discover events happening near you, businesses to support, local groups and activities to be part of.\n • Check out local recommendations from your friends, then coordinate with them and make plans to get together.\n • Raise funds for a cause that’s important to you, mentor someone who wants help achieving their goals and, in the event of a local crisis, connect with other people to find or give supplies, food or shelter.\n\nEnjoy entertainment together with Watch:\n • Discover all kinds of content from original shows to creators to trending videos in topics like beauty, sports, and entertainment.\n • Join conversations, share with others, interact with viewers and creators and watch together like never before.\n\nBuy and sell with Marketplace:\n • Whether it's an everyday or one-of-a-kind item, you can discover everything from household items to your next car or apartment on Marketplace.\n • List your own item for sale and conveniently communicate with buyers and sellers through Messenger \n\nRead our Data Use Policy, Terms and other important info in the legal section of our App Store description. \n\nContinued use of GPS running in the background can dramatically decrease battery life. Facebook doesn't run GPS in the background unless you give us permission by turning on optional features that require this.",
"features": [
"iosUniversal"
],
"fileSizeBytes": "317883392",
"fileSizeBytesNumeric": 317883392,
"formattedPrice": "Free",
"genreIds": [
"6005"
],
"genres": [
"Social Networking"
],
"i18n_lang": [
"de",
"en-ca",
"ru",
"fi",
"fr",
"nl-be",
"de-at",
"fr-ch",
"en-au",
"id",
"de-ch",
"sv",
"ko",
"zh-tw",
"pt-br",
"ms",
"el",
"en",
"it",
"es-cl",
"fr-ca",
"es",
"zh",
"es-mx",
"es-co",
"es-pe",
"en-nz",
"pt-pt",
"vi",
"es-ar",
"th",
"fr-be",
"ja",
"it-ch",
"de-lu",
"da",
"en-gb",
"nl",
"tr"
],
"ipad": true,
"ipadScreenshotUrls": [
"https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/46/4c/98/464c98d0-9aa1-9126-cd2d-7945e202815a/mzl.ghlgunye.png/2048x2732.png",
"https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/52/6a/ae/526aae5e-fc01-9c19-2237-9aaa96305650/mzl.ouqckawq.png/2732x2048.png",
"https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/2c/2c/f1/2c2cf1d8-563c-e366-6941-9a4182ec89a8/mzl.xbivmonc.png/2048x2732.png"
],
"iphone": true,
"isGameCenterEnabled": false,
"isVppDeviceBasedLicensingEnabled": true,
"languageCodesISO2A": [
"AR",
"HR",
"CS",
"DA",
"NL",
"EN",
"FI",
"FR",
"DE",
"EL",
"HE",
"HI",
"HU",
"ID",
"IT",
"JA",
"KO",
"MS",
"NB",
"PL",
"PT",
"RO",
"RU",
"ZH",
"SK",
"ES",
"SV",
"TH",
"ZH",
"TR",
"UK",
"VI"
],
"market_source": "ITUNES",
"minimumOsVersion": "13.4",
"price": 0,
"primaryGenreId": 6005,
"primaryGenreName": "Social Networking",
"releaseDate": "2019-02-05T00:00:00+00:00",
"releaseNotes": "We’ve updated the app to fix some crashes and make features load faster.",
"screenshotUrls": [
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/75/0b/52/750b52ed-c30e-42ae-cae4-fdc0bcc9fc68/04b9beb9-7351-4a16-a658-1bde70dd5e44_1242x2208bb.png/1242x2208.png",
"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/22/9a/90/229a90d1-54e5-1da8-2d75-3e98f68b1e75/fd61ca91-295c-46f4-a501-67e9569d1db6_1242x2208bb__U00281_U0029.png/1242x2208.png",
"https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/05/08/08/050808b0-96d5-70f0-e217-e4a6a0b2a7c6/57d8fe6a-02a8-4a80-bc0c-5d5f1f0d822d_News-Feed_iOS_5.5.jpg/1242x2208.png",
"https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/a6/2a/aa/a62aaa50-f903-b69c-9974-4c57837aae85/cfd03e13-e6d8-40ce-a7f8-671b24272e51_Profile_iOS_5.5.jpg/1242x2208.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/45/f0/3e/45f03e9b-80d0-9c36-0bf8-3963e5cf4dab/2f1ab7a9-9231-44ee-9708-0ca69a12d736_Groups_iOS_5.5.jpg/1242x2208.png",
"https://is5-ssl.mzstatic.com/image/thumb/Purple112/v4/b1/72/ec/b172eccc-ed8e-f385-daec-53e4e20991d5/bb447883-43ed-404a-a785-e3379812e0bc_Watch_iOS_5.5.jpg/1242x2208.png"
],
"sellerName": "Meta Platforms, Inc.",
"sellerUrl": "http://www.facebook.com/mobile",
"supportedDevices": [
"iPhone5s-iPhone5s",
"iPadAir-iPadAir",
"iPadAirCellular-iPadAirCellular",
"iPadMiniRetina-iPadMiniRetina",
"iPadMiniRetinaCellular-iPadMiniRetinaCellular",
"iPhone6-iPhone6",
"iPhone6Plus-iPhone6Plus",
"iPadAir2-iPadAir2",
"iPadAir2Cellular-iPadAir2Cellular",
"iPadMini3-iPadMini3",
"iPadMini3Cellular-iPadMini3Cellular",
"iPodTouchSixthGen-iPodTouchSixthGen",
"iPhone6s-iPhone6s",
"iPhone6sPlus-iPhone6sPlus",
"iPadMini4-iPadMini4",
"iPadMini4Cellular-iPadMini4Cellular",
"iPadPro-iPadPro",
"iPadProCellular-iPadProCellular",
"iPadPro97-iPadPro97",
"iPadPro97Cellular-iPadPro97Cellular",
"iPhoneSE-iPhoneSE",
"iPhone7-iPhone7",
"iPhone7Plus-iPhone7Plus",
"iPad611-iPad611",
"iPad612-iPad612",
"iPad71-iPad71",
"iPad72-iPad72",
"iPad73-iPad73",
"iPad74-iPad74",
"iPhone8-iPhone8",
"iPhone8Plus-iPhone8Plus",
"iPhoneX-iPhoneX",
"iPad75-iPad75",
"iPad76-iPad76",
"iPhoneXS-iPhoneXS",
"iPhoneXSMax-iPhoneXSMax",
"iPhoneXR-iPhoneXR",
"iPad812-iPad812",
"iPad834-iPad834",
"iPad856-iPad856",
"iPad878-iPad878",
"iPadMini5-iPadMini5",
"iPadMini5Cellular-iPadMini5Cellular",
"iPadAir3-iPadAir3",
"iPadAir3Cellular-iPadAir3Cellular",
"iPodTouchSeventhGen-iPodTouchSeventhGen",
"iPhone11-iPhone11",
"iPhone11Pro-iPhone11Pro",
"iPadSeventhGen-iPadSeventhGen",
"iPadSeventhGenCellular-iPadSeventhGenCellular",
"iPhone11ProMax-iPhone11ProMax",
"iPhoneSESecondGen-iPhoneSESecondGen",
"iPadProSecondGen-iPadProSecondGen",
"iPadProSecondGenCellular-iPadProSecondGenCellular",
"iPadProFourthGen-iPadProFourthGen",
"iPadProFourthGenCellular-iPadProFourthGenCellular",
"iPhone12Mini-iPhone12Mini",
"iPhone12-iPhone12",
"iPhone12Pro-iPhone12Pro",
"iPhone12ProMax-iPhone12ProMax",
"iPadAir4-iPadAir4",
"iPadAir4Cellular-iPadAir4Cellular",
"iPadEighthGen-iPadEighthGen",
"iPadEighthGenCellular-iPadEighthGenCellular",
"iPadProThirdGen-iPadProThirdGen",
"iPadProThirdGenCellular-iPadProThirdGenCellular",
"iPadProFifthGen-iPadProFifthGen",
"iPadProFifthGenCellular-iPadProFifthGenCellular",
"iPhone13Pro-iPhone13Pro",
"iPhone13ProMax-iPhone13ProMax",
"iPhone13Mini-iPhone13Mini",
"iPhone13-iPhone13",
"iPadMiniSixthGen-iPadMiniSixthGen",
"iPadMiniSixthGenCellular-iPadMiniSixthGenCellular",
"iPadNinthGen-iPadNinthGen",
"iPadNinthGenCellular-iPadNinthGenCellular",
"iPhoneSEThirdGen-iPhoneSEThirdGen",
"iPadAirFifthGen-iPadAirFifthGen",
"iPadAirFifthGenCellular-iPadAirFifthGenCellular",
"iPhone14-iPhone14",
"iPhone14Plus-iPhone14Plus",
"iPhone14Pro-iPhone14Pro",
"iPhone14ProMax-iPhone14ProMax",
"iPadTenthGen-iPadTenthGen",
"iPadTenthGenCellular-iPadTenthGenCellular",
"iPadPro11FourthGen-iPadPro11FourthGen",
"iPadPro11FourthGenCellular-iPadPro11FourthGenCellular",
"iPadProSixthGen-iPadProSixthGen",
"iPadProSixthGenCellular-iPadProSixthGenCellular",
"AppleTV4-AppleTV4",
"AppleTV62-AppleTV5",
"AppleTV4KSecondGen-AppleTV4KSecondGen",
"AppleTV4KThirdGen-AppleTV4KThirdGen"
],
"trackCensoredName": "Facebook",
"trackContentRating": "12+",
"trackId": 284882215,
"trackViewUrl": "https://apps.apple.com/us/app/facebook/id284882215?uo=4&at=10l9yE",
"userRatingCount": 1486984,
"userRatingCountForCurrentVersion": 1486984,
"version": "418.0",
"advisories": [
"Infrequent/Mild Mature/Suggestive Themes",
"Infrequent/Mild Alcohol, Tobacco, or Drug Use or References",
"Infrequent/Mild Profanity or Crude Humor",
"Infrequent/Mild Sexual Content and Nudity"
],
"physical_address": "1 Hacker WayMenlo Park, CA 94025",
"supportUrl": "http://www.facebook.com/help/?page=18834",
"email": "facebook.android@fb.com",
"appletvScreenshotUrls": [
"https://is2-ssl.mzstatic.com/image/thumb/Purple123/v4/68/cf/a0/68cfa04f-1b18-9ae4-c536-98d3f2147223/pr_source.png/720x405bb.png",
"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/d4/9a/16/d49a1640-470b-5082-cbbf-bab40cc8c467/pr_source.png/720x405bb.png",
"https://is4-ssl.mzstatic.com/image/thumb/Purple123/v4/17/cb/d1/17cbd141-df5f-dc7c-8a25-5c58ac38c4d8/pr_source.png/720x405bb.png",
"https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/43/8d/0c/438d0c78-1f9b-7e7b-4b70-2a31bcb37d2a/pr_source.png/720x405bb.png"
],
"permissions": [
{
"id": "ITSAppUsesNonExemptEncryption"
},
{
"id": "NSAppleMusicUsageDescription"
},
{
"id": "NSBluetoothAlwaysUsageDescription"
},
{
"id": "NSBluetoothPeripheralUsageDescription"
},
{
"id": "NSCalendarsUsageDescription"
},
{
"id": "NSCameraUsageDescription"
},
{
"id": "NSContactsUsageDescription"
},
{
"id": "NSFaceIDUsageDescription"
},
{
"id": "NSLocalNetworkUsageDescription"
},
{
"id": "NSLocationWhenInUseUsageDescription"
},
{
"id": "NSMicrophoneUsageDescription"
},
{
"id": "NSMotionUsageDescription"
},
{
"id": "NSPhotoLibraryAddUsageDescription"
},
{
"id": "NSPhotoLibraryUsageDescription"
},
{
"id": "NSSiriUsageDescription"
},
{
"id": "NSUserTrackingUsageDescription"
},
{
"id": "UIRequiresPersistentWiFi"
}
],
"customersAlsoBoughtApps": [
382617920,
310633997,
686449807,
372513032,
400169658,
447119634,
1466926345,
1522122685,
305343404,
1115565187
],
"developerOtherApps": [
454638411,
514643583,
1285713171,
1366478176,
964397083,
944921229,
958124798,
1487523386,
1452008908,
1558240027,
1474938269,
1231451896,
942636206,
1632121045,
1436186489
],
"hasInAppPurchases": true,
"isPreorder": false,
"r1": 897625,
"r2": 80979,
"r3": 77470,
"r4": 89021,
"r5": 342139,
"privacyPolicyUrl": "http://www.facebook.com/about/privacy/",
"privacy": {
"managePrivacyChoicesUrl": null,
"privacyTypes": [
{
"privacyType": "Data Used to Track You",
"identifier": "DATA_USED_TO_TRACK_YOU",
"description": "The following data may be used to track you across apps and websites owned by other companies:",
"dataCategories": [
{
"dataCategory": "Contact Info",
"identifier": "CONTACT_INFO",
"dataTypes": [
"Physical Address",
"Email Address",
"Name",
"Phone Number"
]
},
{
"dataCategory": "Identifiers",
"identifier": "IDENTIFIERS",
"dataTypes": [
"User ID",
"Device ID"
]
},
{
"dataCategory": "Other Data",
"identifier": "OTHER",
"dataTypes": [
"Other Data Types"
]
}
],
"purposes": [
]
},
{
"privacyType": "Data Linked to You",
"identifier": "DATA_LINKED_TO_YOU",
"description": "The following data, which may be collected and linked to your identity, may be used for the following purposes:",
"dataCategories": [
],
"purposes": [
{
"purpose": "Third-Party Advertising",
"identifier": "THIRD_PARTY_ADVERTISING",
"dataCategories": [
{
"dataCategory": "Purchases",
"identifier": "PURCHASES",
"dataTypes": [
"Purchase History"
]
},
{
"dataCategory": "Financial Info",
"identifier": "FINANCIAL_INFO",
"dataTypes": [
"Other Financial Info"
]
},
{
"dataCategory": "Location",
"identifier": "LOCATION",
"dataTypes": [
"Precise Location",
"Coarse Location"
]
},
{
"dataCategory": "Contact Info",
"identifier": "CONTACT_INFO",
"dataTypes": [
"Physical Address",
"Email Address",
"Name",
"Phone Number",
"Other User Contact Info"
]
},
{
"dataCategory": "Contacts",
"identifier": "CONTACTS",
"dataTypes": [
"Contacts"
]
},
{
"dataCategory": "User Content",
"identifier": "USER_CONTENT",
"dataTypes": [
"Photos or Videos",
"Gameplay Content",
"Other User Content"
]
},
{
"dataCategory": "Search History",
"identifier": "SEARCH_HISTORY",
"dataTypes": [
"Search History"
]
},
{
"dataCategory": "Browsing History",
"identifier": "BROWSING_HISTORY",
"dataTypes": [
"Browsing History"
]
},
{
"dataCategory": "Identifiers",
"identifier": "IDENTIFIERS",
"dataTypes": [
"User ID",
"Device ID"
]
},
{
"dataCategory": "Usage Data",
"identifier": "USAGE_DATA",
"dataTypes": [
"Product Interaction",
"Advertising Data",
"Other Usage Data"
]
},
{
"dataCategory": "Diagnostics",
"identifier": "DIAGNOSTICS",
"dataTypes": [
"Crash Data",
"Performance Data",
"Other Diagnostic Data"
]
},
{
"dataCategory": "Other Data",
"identifier": "OTHER",
"dataTypes": [
"Other Data Types"
]
}
]
},
{
"purpose": "Developer’s Advertising or Marketing",
"identifier": "DEVELOPERS_ADVERTISING",
"dataCategories": [
{
"dataCategory": "Purchases",
"identifier": "PURCHASES",
"dataTypes": [
"Purchase History"
]
},
{
"dataCategory": "Financial Info",
"identifier": "FINANCIAL_INFO",
"dataTypes": [
"Other Financial Info"
]
},
{
"dataCategory": "Location",
"identifier": "LOCATION",
"dataTypes": [
"Precise Location",
"Coarse Location"
]
},
{
"dataCategory": "Contact Info",
"identifier": "CONTACT_INFO",
"dataTypes": [
"Physical Address",
"Email Address",
"Name",
"Phone Number",
"Other User Contact Info"
]
},
{
"dataCategory": "Contacts",
"identifier": "CONTACTS",
"dataTypes": [
"Contacts"
]
},
{
"dataCategory": "User Content",
"identifier": "USER_CONTENT",
"dataTypes": [
"Photos or Videos",
"Gameplay Content",
"Other User Content"
]
},
{
"dataCategory": "Search History",
"identifier": "SEARCH_HISTORY",
"dataTypes": [
"Search History"
]
},
{
"dataCategory": "Browsing History",
"identifier": "BROWSING_HISTORY",
"dataTypes": [
"Browsing History"
]
},
{
"dataCategory": "Identifiers",
"identifier": "IDENTIFIERS",
"dataTypes": [
"User ID",
"Device ID"
]
},
{
"dataCategory": "Usage Data",
"identifier": "USAGE_DATA",
"dataTypes": [
"Product Interaction",
"Advertising Data",
"Other Usage Data"
]
},
{
"dataCategory": "Diagnostics",
"identifier": "DIAGNOSTICS",
"dataTypes": [
"Crash Data",
"Performance Data",
"Other Diagnostic Data"
]
},
{
"dataCategory": "Other Data",
"identifier": "OTHER",
"dataTypes": [
"Other Data Types"
]
}
]
},
{
"purpose": "Analytics",
"identifier": "ANALYTICS",
"dataCategories": [
{
"dataCategory": "Health & Fitness",
"identifier": "HEALTH_AND_FITNESS",
"dataTypes": [
"Health",
"Fitness"
]
},
{
"dataCategory": "Purchases",
"identifier": "PURCHASES",
"dataTypes": [
"Purchase History"
]
},
{
"dataCategory": "Financial Info",
"identifier": "FINANCIAL_INFO",
"dataTypes": [
"Payment Info",
"Other Financial Info"
]
},
{
"dataCategory": "Location",
"identifier": "LOCATION",
"dataTypes": [
"Precise Location",
"Coarse Location"
]
},
{
"dataCategory": "Contact Info",
"identifier": "CONTACT_INFO",
"dataTypes": [
"Physical Address",
"Email Address",
"Name",
"Phone Number",
"Other User Contact Info"
]
},
{
"dataCategory": "Contacts",
"identifier": "CONTACTS",
"dataTypes": [
"Contacts"
]
},
{
"dataCategory": "User Content",
"identifier": "USER_CONTENT",
"dataTypes": [
"Photos or Videos",
"Audio Data",
"Gameplay Content",
"Customer Support",
"Other User Content"
]
},
{
"dataCategory": "Search History",
"identifier": "SEARCH_HISTORY",
"dataTypes": [
"Search History"
]
},
{
"dataCategory": "Browsing History",
"identifier": "BROWSING_HISTORY",
"dataTypes": [
"Browsing History"
]
},
{
"dataCategory": "Identifiers",
"identifier": "IDENTIFIERS",
"dataTypes": [
"User ID",
"Device ID"
]
},
{
"dataCategory": "Usage Data",
"identifier": "USAGE_DATA",
"dataTypes": [
"Product Interaction",
"Advertising Data",
"Other Usage Data"
]
},
{
"dataCategory": "Sensitive Info",
"identifier": "SENSITIVE_INFO",
"dataTypes": [
"Sensitive Info"
]
},
{
"dataCategory": "Diagnostics",
"identifier": "DIAGNOSTICS",
"dataTypes": [
"Crash Data",
"Performance Data",
"Other Diagnostic Data"
]
},
{
"dataCategory": "Other Data",
"identifier": "OTHER",
"dataTypes": [
"Other Data Types"
]
}
]
},
{
"purpose": "Product Personalization",
"identifier": "PRODUCT_PERSONALIZATION",
"dataCategories": [
{
"dataCategory": "Purchases",
"identifier": "PURCHASES",
"dataTypes": [
"Purchase History"
]
},
{
"dataCategory": "Financial Info",
"identifier": "FINANCIAL_INFO",
"dataTypes": [
"Other Financial Info"
]
},
{
"dataCategory": "Location",
"identifier": "LOCATION",
"dataTypes": [
"Precise Location",
"Coarse Location"
]
},
{
"dataCategory": "Contact Info",
"identifier": "CONTACT_INFO",
"dataTypes": [
"Physical Address",
"Email Address",
"Name",
"Phone Number",
"Other User Contact Info"
]
},
{
"dataCategory": "Contacts",
"identifier": "CONTACTS",
"dataTypes": [
"Contacts"
]
},
{
"dataCategory": "User Content",
"identifier": "USER_CONTENT",
"dataTypes": [
"Photos or Videos",
"Gameplay Content",
"Other User Content"
]
},
{
"dataCategory": "Search History",
"identifier": "SEARCH_HISTORY",
"dataTypes": [
"Search History"
]
},
{
"dataCategory": "Browsing History",
"identifier": "BROWSING_HISTORY",
"dataTypes": [
"Browsing History"
]
},
{
"dataCategory": "Identifiers",
"identifier": "IDENTIFIERS",
"dataTypes": [
"User ID",
"Device ID"
]
},
{
"dataCategory": "Usage Data",
"identifier": "USAGE_DATA",
"dataTypes": [
"Product Interaction",
"Advertising Data",
"Other Usage Data"
]
},
{
"dataCategory": "Sensitive Info",
"identifier": "SENSITIVE_INFO",
"dataTypes": [
"Sensitive Info"
]
},
{
"dataCategory": "Diagnostics",
"identifier": "DIAGNOSTICS",
"dataTypes": [
"Crash Data",
"Performance Data",
"Other Diagnostic Data"
]
},
{
"dataCategory": "Other Data",
"identifier": "OTHER",
"dataTypes": [
"Other Data Types"
]
}
]
},
{
"purpose": "App Functionality",
"identifier": "APP_FUNCTIONALITY",
"dataCategories": [
{
"dataCategory": "Health & Fitness",
"identifier": "HEALTH_AND_FITNESS",
"dataTypes": [
"Health",
"Fitness"
]
},
{
"dataCategory": "Purchases",
"identifier": "PURCHASES",
"dataTypes": [
"Purchase History"
]
},
{
"dataCategory": "Financial Info",
"identifier": "FINANCIAL_INFO",
"dataTypes": [
"Payment Info",
"Credit Info",
"Other Financial Info"
]
},
{
"dataCategory": "Location",
"identifier": "LOCATION",
"dataTypes": [
"Precise Location",
"Coarse Location"
]
},
{
"dataCategory": "Contact Info",
"identifier": "CONTACT_INFO",
"dataTypes": [
"Physical Address",
"Email Address",
"Name",
"Phone Number",
"Other User Contact Info"
]
},
{
"dataCategory": "Contacts",
"identifier": "CONTACTS",
"dataTypes": [
"Contacts"
]
},
{
"dataCategory": "User Content",
"identifier": "USER_CONTENT",
"dataTypes": [
"Emails or Text Messages",
"Photos or Videos",
"Audio Data",
"Gameplay Content",
"Customer Support",
"Other User Content"
]
},
{
"dataCategory": "Search History",
"identifier": "SEARCH_HISTORY",
"dataTypes": [
"Search History"
]
},
{
"dataCategory": "Browsing History",
"identifier": "BROWSING_HISTORY",
"dataTypes": [
"Browsing History"
]
},
{
"dataCategory": "Identifiers",
"identifier": "IDENTIFIERS",
"dataTypes": [
"User ID",
"Device ID"
]
},
{
"dataCategory": "Usage Data",
"identifier": "USAGE_DATA",
"dataTypes": [
"Product Interaction",
"Advertising Data",
"Other Usage Data"
]
},
{
"dataCategory": "Sensitive Info",
"identifier": "SENSITIVE_INFO",
"dataTypes": [
"Sensitive Info"
]
},
{
"dataCategory": "Diagnostics",
"identifier": "DIAGNOSTICS",
"dataTypes": [
"Crash Data",
"Performance Data",
"Other Diagnostic Data"
]
},
{
"dataCategory": "Other Data",
"identifier": "OTHER",
"dataTypes": [
"Other Data Types"
]
}
]
},
{
"purpose": "Other Purposes",
"identifier": "OTHER_PURPOSES",
"dataCategories": [
{
"dataCategory": "Purchases",
"identifier": "PURCHASES",
"dataTypes": [
"Purchase History"
]
},
{
"dataCategory": "Financial Info",
"identifier": "FINANCIAL_INFO",
"dataTypes": [
"Other Financial Info"
]
},
{
"dataCategory": "Location",
"identifier": "LOCATION",
"dataTypes": [
"Precise Location",
"Coarse Location"
]
},
{
"dataCategory": "Contact Info",
"identifier": "CONTACT_INFO",
"dataTypes": [
"Physical Address",
"Email Address",
"Name",
"Phone Number",
"Other User Contact Info"
]
},
{
"dataCategory": "Contacts",
"identifier": "CONTACTS",
"dataTypes": [
"Contacts"
]
},
{
"dataCategory": "User Content",
"identifier": "USER_CONTENT",
"dataTypes": [
"Photos or Videos",
"Gameplay Content",
"Customer Support",
"Other User Content"
]
},
{
"dataCategory": "Search History",
"identifier": "SEARCH_HISTORY",
"dataTypes": [
"Search History"
]
},
{
"dataCategory": "Browsing History",
"identifier": "BROWSING_HISTORY",
"dataTypes": [
"Browsing History"
]
},
{
"dataCategory": "Identifiers",
"identifier": "IDENTIFIERS",
"dataTypes": [
"User ID",
"Device ID"
]
},
{
"dataCategory": "Usage Data",
"identifier": "USAGE_DATA",
"dataTypes": [
"Product Interaction",
"Advertising Data",
"Other Usage Data"
]
},
{
"dataCategory": "Diagnostics",
"identifier": "DIAGNOSTICS",
"dataTypes": [
"Crash Data",
"Performance Data",
"Other Diagnostic Data"
]
},
{
"dataCategory": "Other Data",
"identifier": "OTHER",
"dataTypes": [
"Other Data Types"
]
}
]
}
]
}
]
},
"requiredCapabilities": [
"arm64 "
],
"screenshotUrlsHighRes": {
"iphone_6_5": [
"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/93/7a/1e/937a1e92-56b0-cd40-a446-2fedfed6a6dd/5582cffb-44b3-4329-80f5-628f688b5e5c_1.png/1284x2778.png",
"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/c8/ce/29/c8ce2933-5066-cb13-0228-dfc013dd26a2/e8bb3077-380b-4ddc-9ad1-9ac93ead8189_2.png/1284x2778.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/05/fa/53/05fa537c-590f-7a00-cd24-6359b569a85b/f255f7f1-7796-43a6-b2c3-57387f29faf5_News-Feed_iOS_6.5.jpg/1284x2778.png",
"https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/7b/26/bb/7b26bb30-9b3d-2641-a3be-43ce176a32bc/1a042083-6b0d-4d5d-b0cb-d67ef384e28b_Profile_iOS_6.5.jpg/1284x2778.png",
"https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/18/1c/3b/181c3b56-65ad-f215-dcc2-ccd44c5a8f4e/6592fa1e-68ff-4a7e-9e88-b161b750f1f6_Groups_iOS_6.5.jpg/1284x2778.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/92/e6/b4/92e6b450-43f5-6b19-b09c-f7ecbd1c49c3/c6e4bbb6-7166-4d01-ae5f-68e909e75a04_Watch_iOS_6.5.jpg/1284x2778.png"
],
"ipad": [
"https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/0d/ee/c4/0deec4b4-91f9-079f-a20c-fe9a519a84f5/mzl.ohbsvyee.png/2048x1536.png",
"https://is2-ssl.mzstatic.com/image/thumb/Purple112/v4/5a/e8/b7/5ae8b71d-4de4-4c90-cb20-7e76a2879239/mzl.hbhwptjl.png/2048x1536.png",
"https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/41/72/22/417222d6-e94f-1033-39e6-37a6fef4941c/mzl.tlaqjbwk.png/1536x2048.png"
],
"ipadPro_2018": [
"https://is4-ssl.mzstatic.com/image/thumb/Purple122/v4/4e/8c/48/4e8c4855-309e-cfb5-075c-dbd127488eb0/pr_source.png/2048x2732.png",
"https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/2c/d9/29/2cd929dc-4d8f-de90-3027-7a6c9e2ddccf/pr_source.png/2732x2048.png",
"https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/16/1d/84/161d8454-f8cb-f1a0-b9f7-9fd9c486ba4a/pr_source.png/2048x2732.png"
],
"ipadPro": [
"https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/46/4c/98/464c98d0-9aa1-9126-cd2d-7945e202815a/mzl.ghlgunye.png/2048x2732.png",
"https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/52/6a/ae/526aae5e-fc01-9c19-2237-9aaa96305650/mzl.ouqckawq.png/2732x2048.png",
"https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/2c/2c/f1/2c2cf1d8-563c-e366-6941-9a4182ec89a8/mzl.xbivmonc.png/2048x2732.png"
],
"iphone6+": [
"https://is1-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/75/0b/52/750b52ed-c30e-42ae-cae4-fdc0bcc9fc68/04b9beb9-7351-4a16-a658-1bde70dd5e44_1242x2208bb.png/1242x2208.png",
"https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/22/9a/90/229a90d1-54e5-1da8-2d75-3e98f68b1e75/fd61ca91-295c-46f4-a501-67e9569d1db6_1242x2208bb__U00281_U0029.png/1242x2208.png",
"https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/05/08/08/050808b0-96d5-70f0-e217-e4a6a0b2a7c6/57d8fe6a-02a8-4a80-bc0c-5d5f1f0d822d_News-Feed_iOS_5.5.jpg/1242x2208.png",
"https://is3-ssl.mzstatic.com/image/thumb/Purple112/v4/a6/2a/aa/a62aaa50-f903-b69c-9974-4c57837aae85/cfd03e13-e6d8-40ce-a7f8-671b24272e51_Profile_iOS_5.5.jpg/1242x2208.png",
"https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/45/f0/3e/45f03e9b-80d0-9c36-0bf8-3963e5cf4dab/2f1ab7a9-9231-44ee-9708-0ca69a12d736_Groups_iOS_5.5.jpg/1242x2208.png",
"https://is5-ssl.mzstatic.com/image/thumb/Purple112/v4/b1/72/ec/b172eccc-ed8e-f385-daec-53e4e20991d5/bb447883-43ed-404a-a785-e3379812e0bc_Watch_iOS_5.5.jpg/1242x2208.png"
]
},
"subtitle": "Open your world",
"lang": "en",
"app_country": "US",
"market_status": "PUBLISHED"
}
Last Modified: 03 May 2023