VictorZhang2014 / FreeiOS-NovelReader

This is a free novel app which was written by Swift language on iOS. The app is full featured, come and see it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free iOS Novel App

Tabs

  • 1.Library Tab: is novels that users added to the favorite list πŸš€
  • 2.Home Store Tab: is all popular novels showcase to users, he/she can picks one and then read it freely πŸš€
  • 3.Settings Tab: includes - Login, Top up, Transactions, Video Ads rewards. πŸš€

Full Featured Novel App

  • 1.All functions are freely to use and read βœ…
  • 2.All code are open source, to learn, discuss and changeable, try to download this repo and install on your phone βœ…
  • 3.Supports Multiple categories novels, within different UI layout βœ…
  • 4.Supports In-App Purchase when you want to purchase a chapter, see screenshots below. If you want to run In-App Purchase well, then you need join Apple Developer Program, and then define your transaction_identifier for this process, otherwise, it won't work. βœ…
  • 5.Supports review transaction history when In-App Purchase happened βœ…
  • 6.Supports Sign In with Apple. Note that, this feature is only running above iOS 13. This is Apple Designed. βœ…
  • 7.Supports Email Login if user doesn't want to use Sign In with Apple. βœ…
  • 8.Supports local cache when reading some certain chapters βœ…
  • 9.Supports home banner configuration on server api βœ…
  • 10.Supports Dark and Light mode when reading βœ…
  • 11.Supports Google Video Ads. Users get coins when watched completed a video advertisement. βœ…
  • 12.Supports buried-points depending on your business model, if you don't need it, please uninstall the pod UMCCommon βœ…

App Screenshots

Pod Dependencies

pod 'SnapKit'
pod 'SDWebImage'
pod 'YYModel'
pod 'AFNetworking'
pod 'HandyJSON'
pod 'MJRefresh'
pod 'MBProgressHUD'
pod 'YYText'
pod 'FMDB'
pod 'SAMKeychain'
pod 'SwiftyStoreKit'
pod 'lottie-ios'
pod 'YPImagePicker' # Instagram-like image picker & filters for iOS
pod 'UMCCommon' # Data Statistic, uninstall it if you don't need it.
pod 'Google-Mobile-Ads-SDK'

About

This is a free novel app which was written by Swift language on iOS. The app is full featured, come and see it.

License:GNU General Public License v3.0


Languages

Language:Swift 73.8%Language:Objective-C 25.9%Language:C 0.2%Language:Ruby 0.1%