Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

withoutAppPreviewPage contains bad key #1

Open
eliasjtg opened this issue Oct 12, 2021 · 0 comments
Open

withoutAppPreviewPage contains bad key #1

eliasjtg opened this issue Oct 12, 2021 · 0 comments

Comments

@eliasjtg
Copy link

/**
     * Skip the app preview page when the Dynamic Link is opened, and instead redirect to the app or store.
     * The app preview page (enabled by default) can more reliably send users to the most appropriate destination
     * when they open Dynamic Links in apps; however, if you expect a Dynamic Link to be opened only in apps
     * that can open Dynamic Links reliably without this page, you can disable it with this parameter.
     * Note: the app preview page is only shown on iOS currently, but may eventually be shown on Android.
     * This parameter will affect the behavior of the Dynamic Link on both platforms.
     * @return $this
     */
    public function withoutAppPreviewPage(): self
    {
        return $this->with('ofr', 1);
    }

But in the documentation this parameter is named as efr
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant