Product Description
Fully unlocked and compatible with any carrier of choice (e.g. AT&T, T-Mobile, Sprint, Verizon, US-Cellular, Cricket, Metro, etc.).
Inspected and guaranteed to have minimal cosmetic damage, which is not noticeable when the device is held at arm's length.
Successfully passed a full diagnostic test which ensures like-new functionality and removal of any prior-user personal information.
The device does not come with headphones or a SIM card. It does include a charging cable that may be generic.
Tested for battery health and guaranteed to have a minimum battery capacity of 80%.
{"isPOv2Enabled":false}
function logTechTermAssistMetric(nexusSchemaId, metricParameters) {
if (typeof window.csa !== 'undefined') {
var ttaEvents = csa("Events", {producerId: "cetech-tta"});
metricParameters.schemaId = nexusSchemaId;
metricParameters.asin = 'B08PND2PGV';
metricParameters.deviceType = 'mobile';
metricParameters.productType = 'CELLULAR_PHONE';
metricParameters.obfuscatedMarketplaceId = 'ATVPDKIKX0DER';
ttaEvents("log", metricParameters, { ent: 'all' });
}
}
function logTechTermAssistEvent(nexusSchemaId) {
logTechTermAssistMetric(nexusSchemaId, {});
}
P.when('A', 'a-sheet', 'ready').execute('techTermAssistMobile', function (A, sheet) {
function openTtaMbs(event) {
function changeBottomsheetHeight(ttaSheet) {
var ttaBottomsheetContentContainer = ttaSheet.getContentContainer()
if (ttaBottomsheetContentContainer) {
ttaBottomsheetHeight = ttaBottomsheetContentContainer.find('#techTermAssistBottomSheet').height();
ttaSheet.changeHeight({duration: 0.3, height: ttaBottomsheetHeight});
}
}
var ttaBottomsheet = A.$('#techTermAssistBottomSheet');
ttaBottomsheet.html('');
var failureContent = 'Sorry, unable to load content. Please try again later.';
var ttaBottomSheetCreateParams = {
name: 'ttaBottomsheet',
height: 500,
closeType: 'icon',
preloadDomId: 'techTermAssistBottomSheet'
};
var ttaSheet = sheet.create(ttaBottomSheetCreateParams);
sheet.showSheet(ttaSheet);
A.ajax(event.data.ttaContentUrl, {
method: 'get',
accepts: 'text/html; charset=utf-8',
success: function (data) {
if (data) {
ttaBottomsheet.html(data);
logTechTermAssistMetric('cetech_tta.productOverviewWidgetLoadSuccess.3', {
attributeId: event.data.attributeId,
attributeValueId: event.data.attributeValueId
});
setTimeout(() => {
changeBottomsheetHeight(ttaSheet);
}, 300);
} else {
ttaBottomsheet.html(failureContent);
logTechTermAssistMetric('cetech_tta.productOverviewWidgetLoadFailure.1', {
attributeId: event.data.attributeId,
attributeValueId: event.data.attributeValueId
})
}
},
failure: function () {
ttaBottomsheet.html(failureContent);
logTechTermAssistMetric('cetech_tta.productOverviewWidgetLoadFailure.1', {
attributeId: event.data.attributeId
});
}
});
}
A.declarative('tta-ingress', 'click', function (event) {
logTechTermAssistMetric('cetech_tta.productOverviewIngressClicked.3', {
attributeId: event.data.attributeId,
treatment: 'T2'
});
openTtaMbs(event);
});
A.declarative('tta-value-ingress', 'click', function (event) {
logTechTermAssistMetric('cetech_tta.productOverviewIngressClicked.3', {
attributeId: event.data.attributeId,
attributeValueId: event.data.attributeValueId,
treatment: 'T2'
});
openTtaMbs(event);
});
});
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.
Details
Brand
Apple
Operating System
iOS 14
Memory Storage Capacity
128 GB
Screen Size
6.1 Inches
Model Name
iPhone 12 Pro
Wireless Carrier
Unlocked for All Carriers
Cellular Technology
5G
Color
Gold
Wireless network technology
LTE
SIM card slot count
Dual SIM
See more
logTechTermAssistEvent('cetech_tta.productOverviewExperienceRendered.1');
logTechTermAssistMetric('cetech_tta.productOverviewNumIngresses.1', {
numIngresses: parseInt('4')
});