Added a project example, updated README#9
Merged
sergihernanz merged 4 commits intomainfrom Dec 5, 2025
Merged
Conversation
vilapuigvila
approved these changes
Nov 27, 2025
iggyto
approved these changes
Dec 3, 2025
| lazy var traceback: TracebackSDK = { | ||
| let config = TracebackConfiguration( | ||
| mainAssociatedHost: URL(string: "https://traceback-extension-samples-traceback.web.app")!, | ||
| useClipboard: true, |
Contributor
There was a problem hiding this comment.
Yo creo que el clipboard debería ser false por defecto, solo lo deberías necesitar en casos muy específicos
| 3. Go to "Signing & Capabilities" tab | ||
| 4. **Update your Team** for code signing | ||
| 5. **Update Bundle Identifier** (e.g., `com.yourcompany.traceback.demo`) | ||
| 6. In "Associated Domains", replace `your-project-traceback.firebaseapp.com` with your actual domain |
Contributor
There was a problem hiding this comment.
Yo creo que este paso es el mismo que el 2.2, esto modifica los entitlements...
|
|
||
| ## Step 3: Build and Run | ||
|
|
||
| 1. Connect a **physical iOS device** (Universal Links don't work in Simulator) |
Contributor
There was a problem hiding this comment.
Falso, pero es verdad que funcionan mejor. Lo que no funciona es la redirección a la store
|
|
||
| 1. Create a test link in your browser: | ||
| ``` | ||
| https://YOUR-DOMAIN.firebaseapp.com/welcome?link=myapp://home |
Contributor
There was a problem hiding this comment.
Ostras, nunca ponemos los links con myapp normalmente, no?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.