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.
Post
Replies
Boosts
Views
Activity
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
I have the same problem. Really have to get out an update.
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.
Are the code samples for using TipKit with UIKit ready yet and if so where can we find them?