Skip to content

Commit

Permalink
Fix FAQ (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardian4 committed Feb 8, 2024
1 parent 5278e9f commit 48c12ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ TSMobileAnalytics.sendTag(withCategories: ...,

## 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:
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
- 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 section "Integrating with SIFO Internet app to tag TNS Sifo Panelists", under "Setup".

## Implementation check

Expand Down

0 comments on commit 48c12ff

Please sign in to comment.