Photos

This section applies to Rebar only.

Introduction

TODO Describe the functionality of the photos unit.

Native App Setup

iOS App

<?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>NSPhotoLibraryUsageDescription</key>
    <string>This app requires access to the photo library.</string>
    <key>NSCameraUsageDescription</key>
    <string>This app requires access to the camera.</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string/>
    ...
  </dict>
<plist>