This project is used to demonstrate how AR MOD and Native app can be used together.
- Download the ARMOD-Framework.
- Setup the
AppConfig.plist
file, and move it into the project directory.<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>dashboardConfig</key> <dict> <key>token</key> <string>YOUR_TOKEN</string> <key>dashboardGateway</key> <string>https://phantomsxr.com/api/v1/getarexperience</string> </dict> </dict> </plist>
- Import ARMOD-Framework to
ARDemo/ARMOD SDK
directory. - Build
If you want to learn more, please go to the documentation