Posts

Showing posts from August, 2023

Simulating Success: How to Test iPhone Apps in Xcode Simulator with Sitecore 10.3 Docker Containers

Image
Simulating Success: How to Test iPhone Apps in Xcode Simulator with Sitecore 10.3 Docker Containers Introduction When I was developing my iOS app, I encountered a problem: my Sitecore Docker container needed to be exposed. Instead of taking that route, I realized it would be simpler to use the Xcode simulator. This way, I could see my iOS application in action, using my Sitecore Docker container from another laptop. Requirements The requirements in order for this to work are the following: A PC with Sitecore Installed in a Docker Container A Mac with the iOS Application that is connected to the Sitecore Docker Container Make sure both the Mac and the PC are connected in the same network.  Procedure If you have your Sitecore 10.3 Docker installed I suggest to run it until you can see your CMS. After that we will switch to our Apple computer where the iOS Application for your Sitecore Container app should be. If you want to know how you can connect your application to Sitecore via Si...