Skip to content

Commit 824b707

Browse files
committed
Fixed ios save images crash
1 parent df7b9a6 commit 824b707

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "molpay-mobile-xdk-nativescript",
3-
"version": "3.18.1",
3+
"version": "3.18.2",
44
"main": "molpay.js",
55
"typings": "molpay.d.ts",
66
"description": "Molpay XDK NativeScript",

platforms/ios/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>NSPhotoLibraryUsageDescription</key>
66
<string>Payment images</string>
7+
<key>NSPhotoLibraryAddUsageDescription</key>
8+
<string>Payment images</string>
79
<key>CFBundleDevelopmentRegion</key>
810
<string>en</string>
911
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)