-
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.”Recursos
- Acceptable Use Guidelines for Apple Pay on the Web
- Adding an Apple Pay Button or a Custom Action in AR Quick Look
- AR Quick Look Gallery
- ARKit
Videos relacionados
WWDC23
WWDC21
WWDC20
WWDC19
-
Buscar este video…
-
-
5:47 - 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> -
8:53 - 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> -
11:42 - 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> -
13:39 - 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> -
14:04 - 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> -
14:09 - 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> -
16:31 - 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>
-