Post

Replies

Boosts

Views

Activity

Reply to The value for the key 'MinimumOSVersion' in bundle [notification extrension] is invalid. The minimum value is 10
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"
Jan ’20
Reply to How to I make the App Clip Card Show?
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?
Aug ’20
Reply to WidgetKit on macOS with Intent?
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.
Oct ’20