2020 App ServicesGraphics & GamesSafari & WebSpatial Computing
WWDC20 · 19 min · App Services / Graphics & Games / Safari & Web / Spatial Computing
Shop online with AR Quick Look
AR Quick Look adds a new dimension to online shopping: We’ll show you how to easily showcase your products in augmented reality for a "try before you buy" experience. Discover how to display a product banner in AR Quick Look, integrate Apple Pay, or display custom actions like "add to cart". To get the most out of this session, we recommend you familiarize yourself with “Advances in AR Quick Look” from WWDC 2019. Once you’ve discovered the potential of AR Quick Look and Apple Pay to create interactive online shopping experiences, learn more about creating 3D objects and attaching interactions to them by watching “What’s new in USD.”
Watch at developer.apple.com ↗Code shown on screen · 7 snippets
Customization Options - Recap
<a rel="ar" href="alarm-clock.usdz#canonicalWebPageURL=https://developer.apple.com/alarm-clock-product-page/&allowsContentScaling=0">
<img src="alarm-clock-thumbnail.jpg">
</a> Apple Pay Banner
<a rel="ar" id="ar-link" href="alarm-clock.usdz#applePayButtonType=plain&checkoutTitle=Retro%20Alarm%20Clock&checkoutSubtitle=Charming%20old-school%20look%20with%20built-in%20FM%20tuner&price=$92.50">
<img src="alarm-clock-thumbnail.jpg">
</a> Custom Action Banner
<a rel="ar" id="ar-link" href="kids-slide.usdz#callToAction=Preorder&checkoutTitle=Kids%20Slide&checkoutSubtitle=Enjoy%20the%20playground,%20right%20from%20your%20home&price=$145">
<img src="kids-slide-thumbnail.jpg">
</a> Custom Banner
<a rel="ar" id="ar-link" href="solar-panels.usdz#custom=https://developer.apple.com/solar_panels_banner.html&customHeight=small">
<img src="solar-panels-thumbnail.jpg">
</a> Custom Banner - Medium Height
<a rel="ar" id="ar-link" href="solar-panels.usdz#custom=https://developer.apple.com/solar_panels_banner.html&customHeight=medium">
<img src="solar-panels-thumbnail.jpg">
</a> Custom Banner - Large Height
<a rel="ar" id="ar-link" href="solar-panels.usdz#custom=https://developer.apple.com/solar_panels_banner.html&customHeight=large">
<img src="solar-panels-thumbnail.jpg">
</a> Full Apple Pay with Event Listener Example
<a rel="ar" id="ar-link" href="alarm-clock.usdz#applePayButtonType=plain&checkoutTitle=Retro%20Alarm%20Clock&checkoutSubtitle=Charming%20old-school%20look%20with%20built-in%20FM%20tuner&price=$92.50">
<img src="alarm-clock-thumbnail.jpg">
</a>
<script type="application/javascript">
const linkElement = document.getElementById("ar-link");
linkElement.addEventListener("message", function (event) {
if (event.data == "_apple_ar_quicklook_button_tapped") {
// handle the user tap.
}
}, false);
</script> Resources
Related sessions
-
11 min -
14 min -
28 min -
25 min -
44 min