Have you found any workaround?Same problem with siri extension, it was working fine and after added one extension to watch app, it stopped working, but different error.Error ITML-90736:"Invalid Intent Extension. The MiniumOSVersion key in the "Extension.appex" Info.plist file can't be greater than 10.3"iPhone App - Deployment target - iOS 10.0Watch app - Deployment target - watch os 3.0iPhone Siri extension - Deployment target - iOS 12.0It was working fine with above , but when added siri extension to watch app for handing siri custom intents,Watch Siri Extension - Deployment target - watch os 6.0It started showing above error, not sure where to make changes. Changed to minimum deployment target for ios app to iOS 11.0 and then it thrown below errorError ITML-90736:"Invalid Intent Extension. The MiniumOSVersion key in the "Extension.appex" Info.plist file can't be greater than 11.0"
Post
Replies
Boosts
Views
Activity
5 widgets , each widget with three different families small, medium and large
Same problem in beta 5
Smart banner not showing even after tried meta tag.
<meta name="apple-itunes-app" content="app-clip-bundle-id=com.yourcompany.yourapp.Clip, app-id=99999999">
And also added apple-app-site-association to domain at root level. and checked by accessing https://example.com/apple-app-site-association, But still does not show smart banner when open link in browser.
{
"applinks": {
"apps": [],
"details": [{
"appID": "4RXKMMMMMM.com.example.example1",
"paths": [
"/log/*",
"/logdrink/*"
]
}
]
},
"appclips": {
"apps": ["4RXKMMMMMM.com.example.example1.Clip"]
},
"activitycontinuation": {
"apps": [
"4RXKMMMMMM.com.example.example1"
]
}
}
Anything still missing?
Beta 6 works fine.
Works. Need to add intent handler target to Mac OS as well.
Anyone got any workaround?
But any idea how to make configurable widget on Mac OS? Don't find way for handling intent. There is no way to add intent extension.
Widget simulator does not work
Add widget (Notification Center or today widget view, not sure what it called. When you tap on top right corner, it allows to add widget of reminders, weather. It will show all Mac apps which has support for widgets)
Right click on widget, it will show edit widget option.
Tested with latest beta Xcode 12.2 beta 2 and it works.
Same problem in beta 3, now it started for Combine framework too.
Created two apps, one iOS app and one Native Mac app. iOS app running as catalyst, Siri shortcut works. But it does not work for native Mac app.
Working on one demo, it does not work with Xcode beta4 on iOS 15 device, giving error "Account Temporarily Unavailable". Run same code using Xcode 12.5 on iOS 15 device, it works. So its Xcode issue may be?
It started working from beta 2 to beta 4
Found one thing today, if application name included in phrase, it shows app shortcuts in shortcuts app.
Any update on this?