LIVE PREVIEWBUY FOR $19

QRcode Scanner | iOS QR Code/Barcode Reader and Creator Application - 1
QRcode Scanner | iOS QR Code/Barcode Reader and Creator Application - 2
QRcode Scanner | iOS QR Code/Barcode Reader and Creator Application - 3
QRcode Scanner | iOS QR Code/Barcode Reader and Creator Application - 4

Overview

QRcode Scanner is a superb answer for many who must rapidly construct a cellular app to learn QR codes and Barcodes, or simply generate your individual QR codes for private use.


Android version of QRcodeScanner template


Watch the video preview of QRcodeScanner on YouTube


The online Documentation of QRcodeScanner

Description

QRcode Scanner is a full-working template (UI + Supply Code) the place you’ll be able to scan QR codes and Barcodes from any supply – like merchandise in a grocery store or on-line code generator web sites – hold a historical past of scanned codes and create your individual customized QR codes (like Occasions, E mail or SMS messages, URL’s, Areas, and so forth.).

This utility can learn the next QR code/Barcode varieties: EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 93, Code 39, Interleaved 2/5, Knowledge Matrix and Aztec.

The Settings display presents the chance to open kinks as quickly as they get scanned, play a beep sound and vibrate on scan, and hold a historical past of scanned codes. It’s also possible to copy the e-mail tackle of the Admin to get in contact with him for ay query/suggestions.

The design is clear, code is commented and challenge folders and information are effectively organized within the bundle.

• Try the Options part under to see what this app does.
• Read the online Documentation to discover ways to configure the template’s options and the database (Parse Dashboard).
• Preserve an eye fixed to the Change Log on the underside of this web page when an replace will get launched.

Prolonged License

As per Envato Market Phrases, the Prolonged License applies to all functions that cost cash to their customers. In case your customers won’t be charged of cash by way of your individual model of this app, you’ll be able to nonetheless purchase it below a Common license.
Due to this fact, it’s essential to purchase this template below and Prolonged License in case your plans are both a number of of the next:

  • Add In-App Buy or some other Fee Gateway within the supply code and publish the app totally free on the App/Play Retailer – NOTE: If you wish to publish your individual model of this utility for FREE solely, then you’ll be able to nonetheless purchase it below a Common License.
  • Publish this utility as a PAID app on the App Retailer.
  • Switch the stay app of your individual verison of this app on the App/Play Retailer to a different proprietor by promoting your possession on flippa.com or related marketplaces.

IMPORTANT: You might be NOT allowed to promote or share the unique supply code of this template wherever because of copyright infringement

Options

iOS Swift language – Native Xcode challenge – Edit the template as you want with the facility of Xcode and Swift.

Storyboard, iOS 11.0 and above, Common – Run your app on all iOS gadgets

Scan QR Codes and Barcodes – Use the customized built-in digicam to seize codes and get their knowledge

Create your individual customized QR codes – You possibly can generate ay sort of QR code with this function

Settings display – Arrange varied app’s choices, from automated URLs open on scan to contact information

Historical past of scanned codes – Retailer the checklist of scanned codes in a single web page

AdMob Interstitial adverts – Get some income from full-screen commercial banners

Trendy, clear design – The UI has been rigorously crafted to supply the very best person expertise to your purchasers.

On-line Documentation – Learn the intensive information of this template to have the ability to configure it correctly.

PSD icons included within the bundle – App and buttons icons are saved right into a PSD folder, for simple picture alternative.

Necessities

The most recent official model of Xcode – Beta variations of an IDE normally by no means work 100% correctly, and the code of this app has been written utilizing the most recent official model of Xcode and you may obtain it from the Mac App Retailer. You will need to use it and keep away from Betas.

An Apple Mac pc, up to date to its newest OS model – It’s at all times good to maintain your macOS updated, expertise retains rising and I observe its modifications, in addition to replace my templates each time a brand new OS will get launched.

An Apple Developer Account with an energetic iOS Growth Program – That is wanted so that you can publish apps on the iTunes App Retailer. You possibly can nonetheless edit this template on code with out that account, however you gained’t have the ability to run it in your actual iOS system because you’ll want a Workforce ID.

Primary data of Xcode and Swift language – You don’t should be a talented or skilled developer, anyway it’s really helpful to have not less than the fundamental data of what you’re coping with, so as to have the ability to customise this template and publish your functions on the App Retailer.

An energetic AdMob account – Until you wish to take away adverts on this app, you want to enroll in an AdMob account to show them.

An actual system to check the app earlier than submitting it to the App Retailer – iOS Simulators might fail throughout checks, they aren’t dependable as an actual system is, so I strongly advocate you to at all times run this utility on an actual telephone/pill. That is additionally prompt by Apple’s official Pointers.

Change Log

April ninth 2022

- Added the next operate in AppDelegate.swift, for ATT:
   func applicationDidBecomeActive(_ utility: UIApplication)
  

Might 5, 2021

- Added the next keys and descriptions within the 'Data.plist' file:
  • Privateness - Monitoring Utilization Description
  • SKAdNetworkItems
** Here is a screenshot in your reference: https://i.postimg.cc/156kd2jc/att-infoplist.png **

- Imported these frameworks within the 'Configurations.swift' file:
  import AppTrackingTransparency
  import AdSupport

- Added a operate referred to as 'requestATTPermission()' within the 'Configurations.swift' file
- Referred to as that operate into the 'viewDidLoad()' operate of the 'ScannerScreen.swift' file:
    requestATTPermission()

April 20, 2021

- Up to date the AdMob framework information to model 8.3.0 (within the Frameworks folder)
- Edited the 'showInterstitial()' operate within the 'Configurations.swift' file
- Eliminated the GADInterstitialDelegate cases within the information the place they're current

September 28, 2020

- Up to date to Xcode 12

April 24, 2020

- Up to date the GoogleMobileAds framework information into the 'AdMob' folder:  eliminated the outdated .framework information within the 'Frameworks' folder in Xcode and imported the brand new ones - this could repair the UIWebView warning message from Apple after submitting the app on the App Retailer

November 11, 2019

Added this code into the 'Data.plist' file, with a view to pressure Gentle Mode for the app even when the system is on Darkish Mode:
    <key>UIUserInterfaceStyle</key>
    <string>Gentle</string>

NOTE: You possibly can right-click on the Data.plist file and choose 'Open As -> Supply Code', then paste that code wherever 

September 24, 2019

- Up to date to Xcode 11, iOS 13
- Added a 'Launch Display.storyboard' file to the challenge and customised it with an ImageView that accommodates the 'launch_screen' ImageSet - which was added into the 'Property.xcassets' folder
- Assigned the 'Launch Display' storyboard file to the 'Launch Display File' area within the Normal tab 
- Eliminated the BrandAssets folder from the Property.xcassets one
- Eliminated the row referred to as 'Asset Catalog Compiler Launch Picture Title - Model Property' from Construct Settings
- Added this line of code above all cases of 'current(vc, animated: true, completion: nil)' because of iOS 13 new Modal system:
    vc.modalPresentationStyle = .fullScreen

** PLEASE NOTE: You may even see a bunch of Buildtime warnings whereas working the app in your system through Xcode, saying:
"Auto Format Localization: Views with none structure constraints might clip their content material or overlap different views".
 Don't worry about it, simply ignore these warnings - they are not errors - and the app will nonetheless work completely and the design will not get tousled.

September 4, 2019

- Added this line of code contained in the [if codeType == "location"] assertion of the 'showViews()' operate (within the  'CreateCode.swift' file):
    urlTxt.keyboardType = .default

July 21, 2019

- First launch, iOS 9.0 and above
- Native Xcode challenge, Swift language
- Suitable with all iOS gadgets

Assist

For any help requests, please contact me by way of my Profile’s Contact Form

Fee my Work

Your help is at all times enormously appreciated, from feedback to product’s opinions, so please click here to rate your purchases!


Source