Post

Replies

Boosts

Views

Activity

Reply to App Shortcuts
Firstly, I believe this is not possible in iOS 16. This API introduced is only available for iOS 17 or later. Secondly, the custom color can be set the Info.plist. Do the following: <dict> ..... <key>CFBundleIcons</key> <dict> <key>CFBundlePrimaryIcon</key> <dict> <key>NSAppIconActionTintColorName</key> <string>ShortcutsForeground</string> <key>NSAppIconComplementingColorNames</key> <array> <string>ShortcutsBackground1</string> <string>ShortcutsBackground2</string> </array> </dict> </dict> </dict> Reference: https://developer.apple.com/forums/thread/732747
Topic: App & System Services SubTopic: General Tags:
Sep ’23
Reply to App Shortcuts
Firstly, I believe this is not possible in iOS 16. This API introduced is only available for iOS 17 or later. Secondly, the custom color can be set the Info.plist. Do the following: <dict> ..... <key>CFBundleIcons</key> <dict> <key>CFBundlePrimaryIcon</key> <dict> <key>NSAppIconActionTintColorName</key> <string>ShortcutsForeground</string> <key>NSAppIconComplementingColorNames</key> <array> <string>ShortcutsBackground1</string> <string>ShortcutsBackground2</string> </array> </dict> </dict> </dict> Reference: https://developer.apple.com/forums/thread/732747
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode12.0(12A7209) Error: Compile Swift source files
Did you fix it? Seeing the same error with Xcode 13
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to SharePlay disabled again in iOS 15 RC?
If that doesnt work, add the entitlement file from the demo project or something and I guess, you will be able to integrate shareplay and use it in RC. PS: Currently I am working on shareplay feature in Xcode 13 RC
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to I don’t have the SharePlay button on FaceTime on iOS 15 beta version
They excluded it in iOS 15. Install iOS 15.1 beta in order to see that
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to SharePlay through iOS Simulator
No! As far as I tested, it is required to test it on an actual device!
Replies
Boosts
Views
Activity
Sep ’21