Welcome to the Apple Developer Forums:

Find answers, ask questions, and share comments on development topics with fellow developers and Apple engineers. 

To get started, search for keywords (like “app distribution”), standard tags (like [SwiftUI]), or WWDC tags (like [WWDC21]).

Learn different ways to search and use the forums

See all WWDC21 tags

Posts

Sort by:
Post not yet marked as solved
3 Views

About deleting duplicate applications

There is a task to create and place in the AppStore four applications for four different companies, which according to the customer should differ only in decoration: colors, pictures, etc. The apps themselves are not mass-market and will be used for the organization's internal needs (finance and loans) The question is - will such applications be considered duplicates and will they be removed from the app store?
Asked
by g3n3515.
Post not yet marked as solved
3 Views

TD element does not show scroll bars in Safari

Hi, I am facing an issue in Safari browser. When you define td element with display:block and overflow:auto with specific size, a scroll bar automatically appears when the content is bigger than the defined size. This works in Chrome, Firefox, Opera, Microsoft Edge etc. But in Safari, for some reason this does not work. Can you please suggest a css solution that can be used for the td element to achieve this effect? div element provides the correct effect but we already have a large software code using td instead, it used to work in Safari but now it is no longer working. Instead of changing the entire code to div, trying to find a simple css solution. Thanks for your help. Here is a simple code snippet showing the issue: <html> <body> <table> <tr style="height:200px; width:400px;"> <td><div style="height:200px; width:200px; overflow:auto; border:1px solid black;"> This text is within a div element 200x200 in size. When the content is bigger than the defined area, scroll bars appear as expected in all browsers. <br/>Here is some more text to make the scroll bars appear. <br/>Here is some more text to make the scroll bars appear. <br/>Here is some more text to make the scroll bars appear. <br/>Here is some more text to make the scroll bars appear. </div></td> <td style="height:200px; max-height:200px; width:200px; max-width:200px; overflow:auto; display:block; border:1px solid black;"> This text is within a td element 200x200 in size with display set to block and overflow auto. When the content is bigger than the defined area, scroll bars should appear. It works fine in Chrome, Firefox, Opera, Microsoft Edge etc. But this expected behaviour does not work in Safari. Safari for some reason treats this as overflow hidden. Please let me know what css code can be used here to make scroll bars appear? <br/>Here is some more text to make the scroll bars appear. <br/>Here is some more text to make the scroll bars appear. </td> </tr> </table> </body> </html>
Asked
by Ani2021.
Post not yet marked as solved
11 Views

InputAccessoryView with SwiftUI

Hey, is it possible to add an inputAccessoryView to a SwiftUI View? As we can override the inputAccessoryView field on a UIKit ViewController? I'm working on a messaging app, which needs to display the message input view all the time and "attach" it to the keyboard ones it's appearing. If if just have a View at the bottom it's moving up and down with the keyboard automatically but once I use .interactive dismissing on my scrollView my view stays up until the keyboard is fully dismissed, which doesn't look good.
Asked
by fbertuzzi.
Post not yet marked as solved
6 Views

apple-app-site-association CDN

The AASA file being fetched by the ios device from the Apple CDN is an old version. This means that (after 24hours still) the app does not recognise the newly added universal link. None of the topics about this have ever been answered. example We need more detailed documentation about this! How is the caching defined, what is the max ttl How can our AASA file server impact the caching policy of the CDN Can we fetch/check the CDN file directly or monitor its current expiry Can we force an update of the CDN ... Please Apple support, this is very crucial for our production app.
Asked
by -s-.
Post not yet marked as solved
5 Views

May I know how can I use SF Symbols beta to create custom icon?

I am using "checkmark.circle.fill" I wish to have a blue filled circle with the checkmark being solid black. For the blue filled circle, I can choose the tinted color as blue. But, the default SF Symbols "checkmark.circle.fill", its checkmark is transparent. It looks as follow So, I try to use "SF Symbols beta", to create custom icon. During editing, the thing seems like what I want Blue filled circle Solid black color for checkmark Then, I use "Export Symbol...", using Template Version 2.0 (XCode cannot recognise Template Version 3.0) It seems like the checkmark fall back to transparent color. When I import it to XCode It seems like the "solid black color" on the checkmark is gone. When I use this custom icon in my app, it gave same result as "checkmark.circle.fill" (the checkmark still remain as transparent) Doesn't anyone know how to resolve this issue? Thanks.
Asked
by yccheok.
Post not yet marked as solved
5 Views

Expanding rows in UITableView with NSFetchedResultsController

I’d like to write expanding rows in UITableView, which display content from NSFetchedResultsController. It’s struct of object: • Object • array of sub-objects I can’t insert new rows with expanded sub-objects. Please help.
Asked
Post not yet marked as solved
7 Views

Export Localizations vs Swift Packages

In regular projects, there is an "Export Localizations" option in the Product menu, but for Swift Packages, this is not available. Adding local Swift Packages as dependencies of a regular project and using Export Localizations on the regular project doesn't include the Localizable strings from the Packages' sources either. The command-line version (xcodebuild -exportLocalizations) has the same restrictions. Is there a way to export NSLocalizedString occurrences to an xliff for Swift Packages? Or are we supposed to do things manually for now?
Asked
Post not yet marked as solved
9 Views

Bootcamp for Windows 11

Is there an update on whether Bootcamp will support Windows 11?
Asked
by wdwmic.
Post not yet marked as solved
19 Views

IOS 14.6.0 APP-Crashing

Hi, All I have experienced some issue with ios 14.6.0 on my iPhone 12 Pro MAX. A new version of our app is now "Ready for Sale". I've got auto-update set on my device. A new version of our app. not working..... Thanks! CoreFoundation  -[NSOrderedSet initWithSet:copyItems:] Error Fatal Exception: NSInvalidArgumentException  -[__NSSingleEntryDictionaryI setObject:forKeyedSubscript:]: unrecognized selector sent to instance 0x2835f4f20 -[NSOrderedSet initWithSet:copyItems:] keyboard_arrow_down  Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x1a4882754 __exceptionPreprocess 1 libobjc.A.dylib 0x1b93497a8 objc_exception_throw 2 CoreFoundation 0x1a4785c3c -[NSOrderedSet initWithSet:copyItems:] 3 CoreFoundation 0x1a48852ac forwarding 4 CoreFoundation 0x1a48875b0 _CF_forwarding_prep_0 5 GoogleUtilities 0x1050ade38 (누락) 6 Foundation 0x1a5b3c7b0 -[NSFileCoordinator _invokeAccessor:thenCompletionHandler:] 7 Foundation 0x1a5cbb3f8 __98-[NSFileCoordinator coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:]_block_invoke 8 Foundation 0x1a5cbcc20 __110-[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:]_block_invoke.368 9 Foundation 0x1a5b3ca88 -[NSFileCoordinator(NSPrivate) _withAccessArbiter:invokeAccessor:orDont:andRelinquishAccessClaim:] 10 Foundation 0x1a5b4413c -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] 11 Foundation 0x1a5b43ca0 -[NSFileCoordinator coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] 12 GoogleUtilities 0x1050add3c (누락) 13 FirebaseCoreDiagnostics 0x104f4260c (누락) 14 FirebaseCoreDiagnostics 0x104f423d8 (누락) 15 libdispatch.dylib 0x1a446da84 _dispatch_call_block_and_release 16 libdispatch.dylib 0x1a446f81c _dispatch_client_callout 17 libdispatch.dylib 0x1a4477004 _dispatch_lane_serial_drain 18 libdispatch.dylib 0x1a4477c00 _dispatch_lane_invoke 19 libdispatch.dylib 0x1a44824bc _dispatch_workloop_worker_thread 20 libsystem_pthread.dylib 0x1f04fe7a4 _pthread_wqthread 21 libsystem_pthread.dylib 0x1f050574c start_wqthread
Asked
by Castfox.
Post not yet marked as solved
27 Views

SiriKit: Can we make custom intents to control video playback on my tvOS app?

I want to make some SiriKit custom intents to control video playback on my app similar to what is done for audio in SiriKit Media Intents. For example, I want to add some custom intents that would enable me to control my app using Siri that follow the following recipes: "Siri, pause" that should pause the playback "Siri, seek to 1 hour and 30 mins" that should seek the playback to that point in time. "Siri, search for Manchester by the Sea on MyApp" that should open MyApp and search for the content on it. Can such intents be defined using SiriKit currently? I suppose I should be able to use the Standard Media Intents (which as the document mentions are applicable to audio only currently) for my purpose.
Asked
by aydavq.
Post not yet marked as solved
9 Views

Critical bug with Discord and iOS broadcast extension

I am the developer of StreamChamp an iOS app for streaming games to Twitch, YouTube and other platforms. We got over 30000 active users and growing. Recently our users reported a bug, they can’t hear voices of people in Discord voice-chat while streaming. Basically when someone is broadcasting viewers can hear in-game sounds, streamer voice, but can’t hear voices of people streamer talking with in the voice-chat. This problem appeared in June. We tried to fix it, but bug is not on our side. The Discord and StreamChamp users experience is struggling, we should work out the solution.
Asked
Post not yet marked as solved
8 Views

Apple Pay - Entitlement to suppress

Hi All, We were recently granted entitlement from Apple to disable the Apple Pay feature when a user activates a virtual key in our app. The functionality works fine but we've discovered that if a user had a previous version of the app installed on their device with the old entitlements and subsequently updated to the latest version with the new entitlement, Apple Pay continues to display. The only workaround we can see is to ask them to delete and reinstall the app which is really frustrating for our users. Can anybody think of another approach to resolving this issue? Many thanks David
Asked
Post not yet marked as solved
12 Views

Can someone tell me Does iOS App Bound Domain feature supports Wildcard domain? Any help is appreciated.

iOS 14 introduced a new feature called App Bound Domains where you can provide few particular domain names, and you can show web content from that limited number of domains only, in your app, and it does not navigate away from those domains. I would like to know Does this feature supports the wildcards Domain? Any help is appreciated.
Asked
by Ayil.
Post not yet marked as solved
7 Views

ERROR ITMS-90085: No architectures in the binary.

The app runs fine on the device and simulator and we are able to build an archive without any issues. The issue is when we want to upload the build to the app store using Xcode 12.5.1, we get the following error: App Store Connect Operation Error No architectures in the binary. Lipo failed to detect any architectures in the bundle executable. Stackoverflow Link
Asked
by RS0605.
Post not yet marked as solved
15 Views

Is there a way to determine when the app was restored from being offloaded in iOS 11?

Is there any callback available in iOS framework SDK to find out when an iOS app got restored being offloaded in iOS 11? I need to check the occurrence when the app got restored from the offload of unused apps. So, is there any callback or event to find the same in the iOS framework? Any suggestions are much appreciated. Thanks,
Asked
by Ashwin_K.