Post

Replies

Boosts

Views

Activity

Reply to iOS Spotlight indexing seems to be broken on iOS 17?
But what concerns me is that for some apps, on iOS 17 beta Spotlight Search does work, e.g. on both Venmo and WhatsApp you can search for friends on Spotlight. So I'm a little worried that Apple would consider this as not broken since it works for some apps. @baofromsf are you sure WhatsApp and Venmo - on iOS 17 devices - are built with latest Xcode 15 beta? The problem is related to apps built with latest beta SDK only.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’23
Reply to Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
Same issue for me. Recently AppStore connect reports these warnings: ITMS-90890: Missing recommended icon - The bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels, ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0.
Topic: App & System Services SubTopic: Hardware Tags:
Sep ’21
Reply to Crash __CFRunLoopServiceMachPort - 99% background
Thank you @DTS Engineer . It looks Firebase is the main problem here (a lot of issues opened days ago), @iamgaspar check this https://github.com/firebase/firebase-ios-sdk/releases/tag/10.28.1. I've just found that :)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS Spotlight indexing seems to be broken on iOS 17?
it works @Mr. Brightside :) thank you 🙏🏻
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to iOS Spotlight indexing seems to be broken on iOS 17?
But what concerns me is that for some apps, on iOS 17 beta Spotlight Search does work, e.g. on both Venmo and WhatsApp you can search for friends on Spotlight. So I'm a little worried that Apple would consider this as not broken since it works for some apps. @baofromsf are you sure WhatsApp and Venmo - on iOS 17 devices - are built with latest Xcode 15 beta? The problem is related to apps built with latest beta SDK only.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to iOS Spotlight indexing seems to be broken on iOS 17?
Same on our side.. still broken in the latest beta. Not clear if a new API is required or Apple has to fix the actual one 🤷🏻‍♂️
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to setAlternateIconName dont work on ios 15
Question: what happens to app with modified icons if from next update i'm gonna remove the possibility to change manually them? Does the system automatically restore the original one?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to About Account deletion when users use the Sign in with Apple
Apple explained this case is just for the Account Deletion only. If you revoke the access into the Settings i suppose the revoke is sent automatically by the system. If your app offers Sign in with Apple, you’ll need to use the Sign in with Apple REST API to revoke user tokens when deleting an account.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to Xcode error on M1 Mac: Could not find module … for target 'x86_64-apple-macos'
I have the same issue building my app with exteranl SDKs imported via SPM.. I can't find a solution. Any idea?
Replies
Boosts
Views
Activity
Jan ’22
Reply to [For simulator] How to build Swift packages as x86_64 in Xcode and M1 mac (Apple silicon) without using rosetta
Do you know a fix to build external SPM sdks as arm64? In my project i've a few external sdks but i can't build the entire project to arm64 errors...
Replies
Boosts
Views
Activity
Jan ’22
Reply to Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
@iwantpizzadotcom I've just fixed the issue renaming the icons (see this) and fixing the plist adding <key>CFBundleIcons~ipad</key>node. Look also at bottom answer to setup the plist.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Xcode Cloud option to ignore auto build number for AppStore Release
+1 for me. Same question here :)
Replies
Boosts
Views
Activity
Sep ’21
Reply to Bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels. I've provided the icons but still missing what seems to be the issue?
Same issue for me. Recently AppStore connect reports these warnings: ITMS-90890: Missing recommended icon - The bundle does not contain an alternate app icon for iPhone / iPod Touch of exactly '120x120' pixels, ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ITMS-90892: Missing recommended icon - The bundle does not contain an alternate app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’21