Skip to content

ChanakyaSrinivas/applepaydemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ti.Shopping

Ti.Shopping is an example application on how to use the Ti.ApplePay module with Titanium Mobile. It requires the Ti.ApplePay module and iOS 9.

Running the Sample

Via Appcelerator Studio

  • Import it via File > Import... > Git > Git Repository as New Project

    • Select URI and enter:

        https://github.com/hansemannn/applepaydemo
      
  • Select a device to build to via Run > Run As.

Via CLI

  1. Clone the repository:

     git clone https://github.com/hansemannn/applepaydemo
    
  2. To run it with appc run first import it to the platform:

     appc new --import --no-services
    
  3. Build to device:

     [appc run | ti build] -p ios -T device
    

About

Example app showing how to use the Ti.ApplePay module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 73.4%
  • Python 26.6%