FastttCamera icon indicating copy to clipboard operation
FastttCamera copied to clipboard

Recommended update Demo For Xcode8 And IOS 10

Open mrhyh opened this issue 9 years ago • 1 comments

mrhyh avatar Oct 26 '16 02:10 mrhyh

You just have to put this keys and values in the info.plist file <key>NSMicrophoneUsageDescription</key> <string>$(PRODUCT_NAME) micro use</string> <key>NSPhotoLibraryUsageDescription</key> <string>$(PRODUCT_NAME) photo use</string> <key>NSCameraUsageDescription</key> <string>$(PRODUCT_NAME) camera use</string>

Here is a screenshot of it :

capture d ecran 2016-11-29 a 15 52 57

It just won't work in simulator because there is no camera

rico237 avatar Nov 29 '16 14:11 rico237