Posts

Post not yet marked as solved
1 Replies
0 Views
Hello, I am looking for the universal link to the measurements app. The goal is to use it from another application. We have created another application for taking orders and quotes for real estate works. The application will offer a link to directly open the Apple measurements application. The images will be retrieved by our application to complete the quote. Open the measure app like opening the camera from another app 1iOS - Universal links Universal links are Apple's method of launching apps on iOS when linked from a website. Universal links are available from iOS 9 and later. Universal links are standard web links (for example: https://www.mydomain.com) that point to both a specific PWA page and a native application page. When a Universal Binding is set, iOS checks if an installed device is registered for that domain. If so, the native application is launched immediately without loading the PWA page. Otherwise, your PWA is launched on the specific web URL.