Member-only story

From Idea to App Store: How to Build an iOS App Using AI-Powered Development with OpenAI and ChatGPT Part 2

Networking to the App Store

Steven Curtis
5 min readMar 13, 2023
Photo by Zac Wolff on Unsplash

This is a continuation of a project where I build an AI-assisted App from idea to App store. Part 1 got us a working App, but unfortunately didn’t have any networking. Part 2 is going to put that right!

I’ve already started the project but want to add images from a BE endpoint. I chose http://picsum.photos because I’m aware that endpoint will return different random image each time it’s called. Unfortunately I didn’t choose to get ChatGPT to help with that choice. I did however ask ChatGPT to use this code to improve my work!

I can only assume the third-party library is Kingfisher. That’s not problem but is a little bit of a leap for a beginner coder. Nevermind though.

This works! For a little JOY!

--

--

No responses yet