Skip to content

WANNA SDK empowers iOS applications with the Augmented Reality (AR) Try-On capabilities for shoes and watches. Once integrated, the AR Try-On feature allows app users to try sneakers or watches in real-time with their smartphones by pointing a mobile camera at their feet or wrist.

WANNABY/WannaSDK-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WANNA SDK

WANNA SDK enhances your iOS app with virtual try-on capabilities for shoes and watches. With this feature, your users will be able to see in real time how the selected product looks on them, just by pointing their smartphone camera at their feet or wrist. See the detailed documentation at the WANNA website.

Installation

CocoaPods

Create a Podfile if you haven't yet:

$ cd <your-project-directory>
$ pod init

Add pod WannaSDK to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '15.0'

inhibit_all_warnings!
use_frameworks!

target 'MyApp' do
  pod 'WannaSDK'
end

Install the pod:

$ pod install

Open Example.xcworkspace file in Xcode.

NOTE: when you open Example.xcodeproj instead of Example.xcworkspace it will result in compiller error No such module ‘WsneakersUISDK’

About

WANNA SDK empowers iOS applications with the Augmented Reality (AR) Try-On capabilities for shoes and watches. Once integrated, the AR Try-On feature allows app users to try sneakers or watches in real-time with their smartphones by pointing a mobile camera at their feet or wrist.

Topics

Resources

Stars

Watchers

Forks