Post

Replies

Boosts

Views

Activity

Reply to Invalid code signing entitlements with app group on macOS
After trying with both the release and beta version of Xcode and still getting the error I tried one of my older archives that have previously uploaded without error. I expected the error to be about this build already having been uploaded, but instead it was this invalid code signing error for app-groups on my 3 bundled app extensions. This makes me think it is a server-side issue.
Topic: Code Signing SubTopic: Entitlements Tags:
Feb ’25
Reply to Shortcut action that should return a file deletes the file instead
I'm seeing similar behaviour and when files are deleted the preview of the returned file shows "The operation failed because Shortcuts couldn't convert from Text to NSString." https://s3files.nyc3.digitaloceanspaces.com/ScreenRecording_09-17-2024%2020-32-46_1.MP4 My work-around has been to rewrite the SiriKit intents into AppIntents which requires @IntentParameterDependency and iOS 17 but because of weaknesses in CustomIntentMigratedAppIntent this makes the existing SiriKit intents unavailable to users on iOS 16: https://developer.apple.com/forums/thread/734252
Sep ’24
Reply to UIDocumentPickerViewController with kUTTypeFolder - All 3rd party providers are greyed out
This has been supported for a while and you can find some information here: https://twitter.com/palmin/status/1177860144258076673?s=20 I make a Git & SSH client where the Files locations support folder picking this way. Since iOS 16 it has also been possible to implement NSFileProviderReplicatedExtension which makes folder picking possible with less work and responsibility from the 3rd party app. I have two other apps doing this.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’23
Reply to Invalid code signing entitlements with app group on macOS
After trying with both the release and beta version of Xcode and still getting the error I tried one of my older archives that have previously uploaded without error. I expected the error to be about this build already having been uploaded, but instead it was this invalid code signing error for app-groups on my 3 bundled app extensions. This makes me think it is a server-side issue.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to High subscription refund rate in China?
My app doesn't have a subscription but a non-consumable in-app purchase yet I also see disproportionately many refunds from China with 15% of purchases being refunded. This has changed over the last few months as it used to be just 1.5% refunds from China Mainland. My refund rate hasn't seen significant change in other markets.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Shortcut action that should return a file deletes the file instead
I'm seeing similar behaviour and when files are deleted the preview of the returned file shows "The operation failed because Shortcuts couldn't convert from Text to NSString." https://s3files.nyc3.digitaloceanspaces.com/ScreenRecording_09-17-2024%2020-32-46_1.MP4 My work-around has been to rewrite the SiriKit intents into AppIntents which requires @IntentParameterDependency and iOS 17 but because of weaknesses in CustomIntentMigratedAppIntent this makes the existing SiriKit intents unavailable to users on iOS 16: https://developer.apple.com/forums/thread/734252
Replies
Boosts
Views
Activity
Sep ’24
Reply to Can't create new app version on App Store Connect
I have the same problem. Really have to get out an update.
Replies
Boosts
Views
Activity
Feb ’24
Reply to UIDocumentPickerViewController with kUTTypeFolder - All 3rd party providers are greyed out
This has been supported for a while and you can find some information here: https://twitter.com/palmin/status/1177860144258076673?s=20 I make a Git & SSH client where the Files locations support folder picking this way. Since iOS 16 it has also been possible to implement NSFileProviderReplicatedExtension which makes folder picking possible with less work and responsibility from the 3rd party app. I have two other apps doing this.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to TipKit; only for SwiftUI or also for Swift?
Are the code samples for using TipKit with UIKit ready yet and if so where can we find them?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23