Skip to content

Commit

Permalink
Merge pull request #9 from shortcut/main
Browse files Browse the repository at this point in the history
Add FAQ in Readme
  • Loading branch information
ardian4 committed Feb 5, 2024
2 parents 72b6cf8 + 5278e9f commit 3d47254
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ TSMobileAnalytics.sendTag(withCategories: ...,
* Categories is an array of strings.
* Id is a string with the identifier of the current content.

## Frequently asked questions (FAQ)

Q: My app does not sync with the Sifo Internet app. Why?
A: There can be a couple of things wrong. Please make sure that:
- You have registered your app's bundle identifier as a custom URL scheme in your target's "Info"-tab, under "URL Types".
- You have implemented the `openURL:` -method in your app's application delegate, and forwarded that call to the framework. For more thorough information and a step by step-guide, please read the secti

## Implementation check

Before the app is submitted to App Store, tests need to be performed according to instructions provided by Kantar Sifo. To validate that SDK collect panelist data properly. Please contact Kantar Sifo.
Expand Down

0 comments on commit 3d47254

Please sign in to comment.