Skip to content

Commit

Permalink
Update docs (PR feedback)
Browse files Browse the repository at this point in the history
  • Loading branch information
isevendays-saucelabs committed Feb 7, 2025
1 parent 3ef6530 commit 21706f1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/mobile-apps/automated-testing/ipa-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,15 @@ We do not have control over Apple's signature verification process. It is recomm

### Unable to access Downloads folder using 'fileImporter' SwiftUI API

Check warning on line 153 in docs/mobile-apps/automated-testing/ipa-files.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/mobile-apps/automated-testing/ipa-files.md#L153

[sauce.Headings] 'Unable to access Downloads folder using ************** SwiftUI API' should use title case capitalization.
Raw output
{"message": "[sauce.Headings] 'Unable to access Downloads folder using ************** SwiftUI API' should use title case capitalization.", "location": {"path": "docs/mobile-apps/automated-testing/ipa-files.md", "range": {"start": {"line": 153, "column": 1}}}, "severity": "WARNING"}
For instrumentation, Sauce Labs must resign the app using our certificates and provisioning profiles, and change the bundle identifier to Sauce Labs wildcard identifier.
Apple prevents access to private sandbox data via fileImporter (and likely other APIs) after resigning an app.
Apple prevents access to private sandbox data via `fileImporter` (and likely other APIs) after resigning an app.

The console may contain one of the following error messages:
```
Could not resolve bookmark
Failed to create a url from bookmarkableString
Tried to call delegate -documentBrowser:didPickDocumentURLs: with an empty array of item
```

This is an inherent limitation of the Apple system.

Check warning on line 164 in docs/mobile-apps/automated-testing/ipa-files.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/mobile-apps/automated-testing/ipa-files.md#L164

[sauce.UnclearAntecedent] Instead of 'This is', try starting this sentence with a specific subject and verb.
Raw output
{"message": "[sauce.UnclearAntecedent] Instead of 'This is', try starting this sentence with a specific subject and verb.", "location": {"path": "docs/mobile-apps/automated-testing/ipa-files.md", "range": {"start": {"line": 164, "column": 1}}}, "severity": "WARNING"}
The solution for the client is to not use instrumentation when accessing data using `fileImporter `.
The solution is to not use instrumentation when accessing data using `fileImporter`.

0 comments on commit 21706f1

Please sign in to comment.