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
This SDK allows you to integrate Reclaim's in-app verification process into your React Native application.
8
10
@@ -171,7 +173,7 @@ pod install
171
173
172
174
Your app performance will be severely impacted when you run debug executable on a physical device. Fixing this requires a simple change in your Xcode project xcscheme.
173
175
174
-
#### Method 1: Update Environment Variables for XCScheme (Recommended)
176
+
#####Method 1: Update Environment Variables for XCScheme (Recommended)
175
177
1. Open your iOS project (*.xcworkspace) in Xcode.
176
178
2. Click on the project target.
177
179
3. Click on the **Scheme** dropdown.
@@ -190,7 +192,7 @@ Your app performance will be severely impacted when you run debug executable on
190
192
8. Click on the **Close** button in the dialog and build the project.
191
193
9. Run the app on a physical device.
192
194
193
-
#### Method 2: Disable "Debug executable"
195
+
#####Method 2: Disable "Debug executable"
194
196
195
197
This method is **not recommended** but could be useful if you don't want to add environment variables to the xcscheme.
0 commit comments