My in-app got approved today. Haven't received any additional info.
Post
Replies
Boosts
Views
Activity
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 😓
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.
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.
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
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.
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.
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.
Thanks @gchiste! I will look into the VNDetectRectanglesRequest and file the enhancement request.
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.
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.
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.
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.
With the beta 2 of iOS 16 and Xcode 14, this now appears to work as expected.
Thanks both! That was it! Once I saw the error it did not occur to me to check how the interaction is set up.
Also note for others trying this, you need to enable user interaction on the UIImageView otherwise the Live Text button does not work.