Skip to content

Commit

Permalink
Merge branch 'WARN-InvalidProductIdentifiers' into develop
Browse files Browse the repository at this point in the history
* WARN-InvalidProductIdentifiers:
  Added fix-1000 page to sidebar
  • Loading branch information
Lutik-sun committed Nov 5, 2024
2 parents 22e86ed + 12e7c53 commit b389d10
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions versioned_sidebars/version-3.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,21 @@
"collapsed": true,
"items": [
{
"type": "category",
"label": "iOS - Handle errors",
"link": {
"type": "doc",
"id": "ios-sdk-error-handling"
},
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "doc",
"id": "ios-sdk-error-handling",
"label": "iOS - Handle errors"
},
"id": "InvalidProductIdentifiers",
"label": "Fix for Code-1000 `noProductIDsFound` error and `InvalidProductIdentifiers` warning"
}
]},
{
"type": "doc",
"id": "android-sdk-error-handling",
Expand Down

0 comments on commit b389d10

Please sign in to comment.