Post

Replies

Boosts

Views

Activity

Comment on StoreKit 2 - AppTransaction.originalAppVersion confusion
I have recently migrated to freemium model and can confirm that I am only getting build version (not app version). So I have set the build version to a high number like 11 and it works. Original purchase date also seems to be working, though I am getting some 2013 users but my app has been around since 2012. My own device through which I bought the app reports 2018, which seems correct.
Topic: App & System Services SubTopic: StoreKit Tags:
Jan ’24
Comment on Adding multiple AVCaptureVideoDataOutput stalls captureSession
Hello @gchiste , yes the hardware cost comes to be 1.5 for simple ProRes 1080p@30 fps video. So it would not work for ProRes. But even for non-ProRes presets such as YcbCr420 10 bit where it works, there are frame drops when using 4K@60 fps activeFormat and using AVAssetWriter to encode. This happens even if you merely add preview video data output and do zero processing on the buffers delivered for preview (just a return statement in captureOutput delegate).
Topic: Media Technologies SubTopic: Audio Tags:
Nov ’23
Comment on Tap Gesture on Subview disables drag gesture on super view
But I have gestures on separate views in this case, I don't know how to adapt this solution.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Selecting Metal 3.2 as language causes crash on iPhone 11 Pro (iOS 17.1.1)
That requires modifying hundreds of CI kernel methods, not a good workaround.
Replies
Boosts
Views
Activity
Oct ’24
Comment on StoreKit 2/StoreKit for Paid to Fremium Migration
VPP users ARE facing issues I can confirm.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on StoreKit 2 - AppTransaction.originalAppVersion confusion
I have recently migrated to freemium model and can confirm that I am only getting build version (not app version). So I have set the build version to a high number like 11 and it works. Original purchase date also seems to be working, though I am getting some 2013 users but my app has been around since 2012. My own device through which I bought the app reports 2018, which seems correct.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on StoreKit 2 - AppTransaction.originalAppVersion confusion
I think it is best to avoid using originalAppversion and instead use originalPurchaseDate.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on StoreKit 2 - AppTransaction.originalAppVersion confusion
Did you find an answer to this?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on StoreKit2 for Volume Purchases
Hello @App Store Commerce Engineer Can you please confirm whether AppTransaction.originalAppVersion field will be present for users who purchased the app previously using VPP? Or is this field only present for normal purchases only?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on StoreKit 2/StoreKit for Paid to Fremium Migration
I believe originalAppVersion should be present in the AppTransaction, no matter the type of purchase. Only Apple Engineers can verify this, but I can only know once I push my update in the coming few weeks.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Adding multiple AVCaptureVideoDataOutput stalls captureSession
Hello @gchiste , yes the hardware cost comes to be 1.5 for simple ProRes 1080p@30 fps video. So it would not work for ProRes. But even for non-ProRes presets such as YcbCr420 10 bit where it works, there are frame drops when using 4K@60 fps activeFormat and using AVAssetWriter to encode. This happens even if you merely add preview video data output and do zero processing on the buffers delivered for preview (just a return statement in captureOutput delegate).
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on [[stitchable]] in CoreImage Kernels gives errors
Was it resolved? I can not add the same flag in XCode 15.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Compute histogram for 10 bit YCbCr samples
@Frameworks Engineer Ok I undertstand color conversion needs to be done, but is there a way for 32-bit floating point format accomadate 10 bit integer format pixel format for histogram calculation? Or the 10-bit would need to be converted to 32-bit Floating point format first.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on PHPhotoLibrary save to external drive on iOS 17
@Frameworks Engineer Thanks a lot, though I see the API only works for iPhone 15 family, not earlier devices.
Replies
Boosts
Views
Activity
Oct ’23
Comment on AVAssetWriter error -12743 appending HDR Metadata
The plist itself is type CFData in this case. Nothing works as I said, including the second code sample I posted in the question where I simply copy and paste the attachment from source sample buffer. Feel free to modify and post the sample code you think should work.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on TN3145: HDR video metadata
Doesn't work on iOS 17 it seems! ambientViewingEnvironmentData is nil.
Replies
Boosts
Views
Activity
Oct ’23
Comment on Activate Log color space on AVCaptureDevice
It now works!
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’23