mirror of https://github.com/oxen-io/session-ios
Apple now requires camera permission explanation
Even though it's pretty obvious why we need your camera when you push a "take photo" button... Unfortunately this warning will be confusing if someone's first exposure to it is to scan an identity code, but that seems like an edge case not worth pegging an extra sentence of copy to an already unnecessary warning. Also, we're enabling push notifications for dev, per apple build submission feedback. // FREEBIEpull/1/head
parent
f753cfeed4
commit
63513bed12
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict/>
|
<dict>
|
||||||
|
<key>aps-environment</key>
|
||||||
|
<string>development</string>
|
||||||
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
Reference in New Issue