I have the same problem from tomorrow. I don't find where is the field required.
My Xcode version is 13.0
I checked all language info. Payment taxes, Privacy but all are filled and ok.
Post
Replies
Boosts
Views
Activity
Once the document has been downloaded, the url contains a special character "$ {f}" which must be replaced by any other value you want. In this case I use the recordName to replace this special character.
let downloadURL = ...
let fileName = recordName + ".jpg"
let urlString = downloadURL.replacingOccurrences(of: "${f}", with: fileName)
guard let url = URL(string: urlString) else { return nil }
// Do what you want with url
I'm on the same situation. I created an application that fit the use of App Clip feature but without CloudKit support I have to abandon this feature. I opened request and hope that the team at Apple will add quickly the support CloudKit framework in App Clip. It push the developers to use other solutions whereas CloudKit is available (and great framework!).
Thank you.
Hi Rich,
I've been facing the same issue since last week, my app has been rejected in App review but works fine in Testflight.
I sent you an email as well.
App ID: 1533689261
Thank you,
Hello,
I am getting the same rejected App Review. I am not sure about the error but in Testflight and sandbox everything works well but always rejected by App Review. Did you find a solution ?