Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

A demo example of an iOS app using the AppDB API

License

Notifications You must be signed in to change notification settings

UnscriptedVN/appstore-ios-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Candella AppDB API Example

This repository contains an example project using the Candella AppDB API to fetch Candella projects and store them in a Core Data database.

Getting Started

Required Tools

  • Xcode 13 or later
  • macOS 12.4 Monterey or later

Clone the repository from GitHub using git clone or gh repo clone and open the Xcode project file in the My AppDB folder. Run Product > Run to run the project in the Simulator.

Known Limitations

  • The table view in the Cart tab will not update correctly with model.bundUpdating. The workaround of calling self.table.reloadData manually has been added to address this.

License

This example is licensed under the Mozilla Public License, v2.0. You can read your rights in the LICENSE file provided.