Get access to over 100 FireMonkey cross platform samples for Android, IOS, OSX, Windows, and Linux!

AppmethodCode SnippetDelphiFiremonkeyIDEIOS

Entitlements Fix For Publishing Apps To IOS 8.1.3 In Delphi XE7 Firemonkey And Appmethod

Delphi XE7 Firemonkey Entitlements Fix For IOS 8.1.3Developer Sarina DuPont from Embarcadero has a blog post up highlighting a change that Apple made to the IOS IPA file format requirements in IOS 8.1.3. Basically in order to install apps in IOS 8.1.3 they have to have a new piece of information added to the Entitlements file which gets compiled in the IOS IPA. This change is required for both Enterprise and App Store IPA files. Sarina’s blog post covers three different ways you can make this change to the Entitlements file which gets compiled in Delphi XE7 Firemonkey and Appmethod apps for IOS. The information that you add to the Entitlements file can be a combination of your Apple Developer Program Id which is a 10 character ID like 2EHNI3635M, a dot, and then either your App ID (ModuleName) or an App ID wildcard. The blog post has detailed instructions on where you find these two pieces of information. Here is a sample Entitlement.TemplateiOS.xml file that worked for me and our Enterprise application. It uses a wildcard App ID (com.embarcadero.*):




<%getTaskAllowKey%>
application-identifier
2EHNI3635M.com.embarcadero.*
<%applicationIdentifier%>
<%pushNotificationKey%>
<%keychainAccessGroups%>


Head over and read the full blog post by Sarina on modifying your Entitlements file to publish to IOS 8.1.3 with Delphi XE7 Firemonkey and Appmethod.

Have Delphi Firemonkey questions? Ask and get answers on StackOverflow.

Related posts
DelphiDemoFiremonkeyIOSLinuxOSXWindows

Bring OpenAI Agents, Vision, Audio, And Realtime AI To Firemonkey

DelphiIDEWindows

Add AI Pair Programming, Refactoring, And Multi-LLM Workflows To RAD Studio

DelphiDemoFiremonkeyLibraryWindows

Bring OpenAI, Local LLMs, And AI Assistants To FMX Apps

DelphiFiremonkeyLibrary

DelphiGemini Brings Native Google Gemini AI Integration To Delphi

Sign up for our Newsletter and
stay informed
[mailpoet_form id="1"]

Leave a Reply