Automation IDs

I’m trying to add UI automation to my ionic & capacitor app but I’m having trouble getting IDs to show up on iOS. In my html if I add ID="…" it will appear in Android but not iOS. Has anybody added UI automation to both platforms with Ionic & Capacitor? My team is using Katalon Studio to write the UI tests. For example I’ve added this to my html. I’ve tried just ID and then added all the other attributes trying to see if any of them would work with iOS.

<p class="logo" id="loginPageLogo" resource-id="loginPageLogo" name="loginPageLogo" Accessibility="loginPageLogo" AccessibilityID="loginPageLogo" (click)="logoClick()"></p>

Here is that control in Katalon on an Android device.
Screen Shot 2021-05-25 at 8.16.36 AM

Here is the same control in Katalon on an iOS Device.
Screen Shot 2021-05-25 at 8.23.05 AM

Here is my Ionic Info.
Screen Shot 2021-05-25 at 7.32.32 AM