kabiri 3 Posted December 18, 2022 I have a $99 developer account from Apple. Now I can compile the app for the actual phone and run it on the phone. But when I select Application store mode. In the Project - Option - Development - Provisioning section, the Provision Profile value is empty and only the default AUTO option is displayed. On the Apple website, in the Certificates section, I have created the iOS Distribution certificate and installed it in MACOS as well. Where am I wrong? Share this post Link to post
Dave Nottage 557 Posted December 18, 2022 59 minutes ago, kabiri said: Where am I wrong? You need to create an Application ID (on the Apple Developer site, this is Identifiers), In general, you won't need to select any entitlements unless you plan on having Push Notifications in your app, in which case select that entitlement from the list For Description, use a description about your application (e.g. just the name), and for Bundle ID, the convention is to use a domain you have, in reverse, then the name of the application. The Description and Bundle ID pictured are just examples. You will also need a Provisioning Profile (in Profiles) for App Store: Share this post Link to post
kabiri 3 Posted December 19, 2022 I have done these steps before. I will delete the previous one and do it again. Share this post Link to post
kabiri 3 Posted December 19, 2022 (edited) I found the solution (Download manual provisioning profiles) https://help.apple.com/xcode/mac/current/#/deva899b4fe5 but have new problem identifier is not match I manually added the App ID Prefix in Delphi, but it still shows the same error -----Edit---- in Project - Option - version info i set CFBundleIdentifier and problem solved. Edited December 19, 2022 by kabiri i found solution Share this post Link to post
Dave Nottage 557 Posted December 19, 2022 7 hours ago, kabiri said: I found the solution (Download manual provisioning profiles) You would have needed to have downloaded your developer profile, so I was assuming you knew how already. Share this post Link to post
kabiri 3 Posted December 20, 2022 12 hours ago, Dave Nottage said: You would have needed to have downloaded your developer profile, so I was assuming you knew how already. I have already downloaded the certificates. And I have installed in Keychain Access. But I didn't know where to copy the profile I made. For this reason, I copied the JalaliCalender.mobileprovision file next to the project file (JalaliCalender.dproj). Share this post Link to post