Posts

Post not yet marked as solved
3 Replies
Please provide some example code, so the problem can be reproduced.
Post not yet marked as solved
2 Replies
My problem was, that my file was empty. So it wasn't attached. But maybe it also doesn't work with a normal file. I found another solution afterwards.
Post not yet marked as solved
3 Replies
This was a watchOS 9 Beta bug and is fixed with the latest Beta version.
Post marked as solved
3 Replies
I have solved the problem by myself. IntentFile was the correct type. @Parameter(title:"File") var file: IntentFile
Post marked as solved
3 Replies
It looks like this should be possible. To I need to set something special on the @Parameter property wrapper?.
Post not yet marked as solved
23 Replies
With iOS 15.4 Beta 1 it now works again, but I am not sure if this is just because the iPhone rebooted.
Post not yet marked as solved
23 Replies
I can reproduce this issue with my iPad and my iPhone both on iOS 15.3.
Post not yet marked as solved
2 Replies
Is this also happening if you put your app in the background while your device is connected to the debugger (Xcode)? Is this also happening if you but the app in the background and immediately switch back to it, or only after some time? Maybe a background task completion block isn't called correctly?
Post not yet marked as solved
28 Replies
Apple told me that my problem is the current app state (Removed from Sale). I had to release a new app version, after the app state changed to Read for Sale I also cold install TestFlight builds again.
Post not yet marked as solved
5 Replies
I have also 13.4.1 on my devices. If I try it on a Simulator (with 13.4.1) everything works ok. I'll try it on a iOS 12 device tomorrow.I have already filed a radar (feedback)
Post not yet marked as solved
5 Replies
Hi,I have a similar problem see: https://stackoverflow.com/questions/61270644/sirikit-custom-intents-an-localization-problem
Post not yet marked as solved
94 Replies
Also doesn't work on iOS 13.1 beta 1 😟