Colourful wallpapers – iOS Source Code

Overview

In-app purchases

Different categories

Homescreen/lockscreen preview

Sharing functions

Everything is works and ready to be published in AppStore. I will help you with every step before publishing

Features

High quality image assets

Many other benefits

Requirements

Xcode

Apple developer account

Instructions

Open project with Xcode (https://developer.apple.com/xcode/)
Click .xcworkspace from project archive to open it.

Change the Bundle Identifier and Team Section

Make in-app purchases working

To make in-app purchases work, create them in Appstore and change shared secret and purchases IDs inside app.

Add Firebase to your project

https://firebase.google.com/do…

Enable Firebase Storage

https://firebase.google.com/do…

Change/add content

Add to Firebase Storage folders and name them:

anime
auto

city
interior
flower
mountain
texture
space

Add pictures to every folder in JPG.

You can also add/change/remove categories in CategoriesVC.swift file and in
Main.storyboard.

Launch project to test it

Submit app to the AppStore (https://developer.apple.com/ios/submit/)
Also re-skin the app before the AppStore submission.

Related