Skip to content

Commit

Permalink
fix(ios) : photo library permission for IOS v10 & below
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Jun 21, 2019
1 parent f1aa9d5 commit 6fe4b81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UsabillaSampleApp/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
<string></string>
</edit-config>
</platform>
<preference name="UseSwiftLanguageVersion" value="3.3" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
Expand Down

0 comments on commit 6fe4b81

Please sign in to comment.