I need to submit my application to the App Store. Therefore, before I do this, I tested my application using the validation process Xcode's.
When sending, a file is required for verification entitlement, which will be added to the project. I was unable to create this file, so I dragged the file entitlementfrom another project and included it. This file entitlementdid not contain any data (it was an empty file ). However, when I sent it for verification through Xcode, the verification was successful.
I want to know what the file is doing entitlement(since the file entitlementincluded in my project is empty) and my application will be rejected from appStore to drag and drop the file entitlementfrom another project?
Illep source
share