Quick note on how to change App’s product name(The name that will appear on iOS) in Build Settings. The Default setting is $(TARGET_NAME) which will be the name to your target in targets list. Just remove $(TARGET_NAME) and replace with your own name.
App
LayerKit Atlas sending and receiving Image
Layer is a service that allow easy integration a chat function to the App. I have been reading their document, and Atlas is a lightweight, flexible set of user interface components designed to enable developers to quickly and easily integrate native communications experiences into their applications. It was designed and built from the ground up to integrate with LayerKit the native iOS SDK for accessing the LayerKit communications platform.
Sending Image is basically automatically handle by Altas, but in order to view the image after receiving, you must set up autodownloadMIMETypes property for Layer Client.