You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versioning.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,23 @@ You can override the default In-App Payments SDK versions by following this guid
17
17
$sqipVersion='1.7.1'
18
18
```
19
19
20
-
1. Remove the `ios/Podfile.lock`and build your project again.
20
+
2. Remove the `ios/Podfile.lock`and build your project again.
21
21
```bash
22
22
cd ios
23
23
rm Podfile.lock
24
24
pod install
25
25
```
26
+
3. Add build phase to setup the SquareInAppPaymentsSDKand/orSquareBuyerVerificationSDK framework
27
+
After adding the framework using any of the above methods, follow the below instructions to complete the setup.
28
+
29
+
On your application targets’ BuildPhases settings tab, click the + icon and choose NewRunScriptPhase. Create a RunScriptin which you specify your shell (ex:/bin/sh), add the following contents to the script area below the shell:
Note : If you are usingSquareBuyerVerificationSDK earlier than version 1.6.1for iOS, please upgrade to 1.6.1 so that the SDK can process 3DS-enabled payments. TheSDK will decline 3DS-enabled payments made after March31, 2023if the SDK version is earlier than 1.6.1.
0 commit comments