Post

Replies

Boosts

Views

Activity

Reply to Uploading app with Family Controls to TestFlight?
Thanks @eskimo! We inspected the form yesterday but it looked to us as something from iOS 15, when Screen Time was strictly for parental control apps and could be used only in Parent/Guardian - Child setup. Whereas with iOS 16, Screen Time API can be used for individual devices.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Uploading app with Family Controls to TestFlight?
So we got the entitlement for distribution but I still have the same problem: I tried removing the developer capability in Apple Developer portal and keeping just the Distribution one but did not help.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Uploading app with Family Controls to TestFlight?
Thanks! In the end it looks like the issue was entitlement for one of the app's extensions. We tried various things and finally got it to upload.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to `NEPacketTunnelProvider` configuration rarely gets duplicated
Hmm you are right, I seem to remember this limitation but have no idea where I first spotted it and cannot find it now. So perhaps I misremember this requirement. These methods are also available on macOS - so I thought that having multiple VPN configs works there.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Detect images in document scans with Vision?
Thanks @gchiste! I will look into the VNDetectRectanglesRequest and file the enhancement request.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to app cannot be installed because it's integrity could not be verified
Having the same problem. thought it was maybe because we use Screen Time API but dunno. Yesterday all builds worked fine and we did not make any entitlements changes.
Replies
Boosts
Views
Activity
Dec ’22
Reply to SwiftUI StateObject crash: “failed to demangle witness for associated type 'Property’”
Thanks! The crash we are seeing isn't related to any external dependency which both the solution posted seem to solve. I am tempted to try changing the "Dead Code Stripping" but I am afraid of other repercusions this could have.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Screen Time App Store
Hi, even if you search the device for "App Store" you cannot find it? iOS sometimes doesn't "return" App Store icon to the same place it used to be.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to SwiftUI StateObject crash: “failed to demangle witness for associated type 'Property’”
I tried not having the view model be a subclass which was itself conforming to ObservableObject and so far haven't seen a single crash report from this version. It required to have some code duplication but seems like it might have worked
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to New subscription stuck in "Waiting for Review"?
I have no idea what to do 😓 I have rejected by previously approved version and submitted new build that contains important bug fixes. I also added info about the subscription "Waiting for Review" to the review notes. This morning the new build got approved, but my subscriptions are still "Waiting for review". I just cannot release my update.
Replies
Boosts
Views
Activity
Jan ’23
Reply to May I publish an iOS app that has no public content (authentication required)
Hi, I think you will need to provide some kind of demo account with instructions. I would also record video showing the "normal" account just to be safe.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Subscription "Waiting for review" status stuck after been approved
Same problem. Tried contacting support. Got back email saying I should wait up to three business days and if not approved by then, contact the support again 😓
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to New subscription stuck in "Waiting for Review"?
My in-app got approved today. Haven't received any additional info.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Decode/Encode ApplicationToken | Screen Time API features iOS 16
These things are Codable so you can work with them just like with any other standard data type. Also the FamilyActivitySelection is also Codable so you can store it in its entirety. If you really want string, then you need to look at how to transform Data to one after you use JSONEncoder
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Problem loading icon for ApplicationToken with Label
This and other issues happen to us as well. Seems like Screen Time API problem.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’23