1

I am trying to test an AppClip on my device by scanning the QR code.

Apple suggested:

Next, on the device, open the Settings app, navigate to Developer > Local Experiences, and select Register Local Experience. Configure a local experience and enter: A URL prefix that invokes the app clip Copy for the app clip card’s title and the subtitle A call-to-action verb A header image Your app clip’s bundle identifier

But I can't find Developer -> Local Experience option on my device. I am using beta version of iOS 14 (beta 6)

budiDino
  • 13,044
  • 8
  • 95
  • 91
Kishore Kumar
  • 4,265
  • 3
  • 26
  • 47

2 Answers2

1

you needed to connect the phone to my computer and let Xcode initialise it as a development device on my account. If still not appears restart the device and keep connected with Xcode .

Kishore Kumar
  • 4,265
  • 3
  • 26
  • 47
orion
  • 354
  • 1
  • 13
0
  1. Make sure your phone is connected to XCode and declared as a development device to even see the Development section in the Settings app.
  2. Make sure you use a more modern device as I've seen some older devices not displaying the Local Experience option even though they are set as Development devices and support QR and NFC
budiDino
  • 13,044
  • 8
  • 95
  • 91