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

Inviting friends using GameRequestDialog #2518

Open
4 of 5 tasks
rubidiumelemen opened this issue Dec 16, 2024 · 0 comments
Open
4 of 5 tasks

Inviting friends using GameRequestDialog #2518

rubidiumelemen opened this issue Dec 16, 2024 · 0 comments

Comments

@rubidiumelemen
Copy link

Checklist before submitting a bug report

Xcode version

15.4

Facebook iOS SDK version

17.3.0

Dependency Manager

CocoaPods

SDK Framework

Gaming Services

Goals

To clarify which part went wrong, Facebook function invocation from my side or Facebook internal services

Expected results

To be able to invite friends using GameRequestDialog

Actual results

Facebook opens a website showing an error

Steps to reproduce

Login with Facebook then call the code in Code sample

Code samples & details

let content = GameRequestContent()
content.title = "Test title"
content.message = "Test message"
content.filters = .appUsers
        
let dialog = GameRequestDialog(content: content, delegate: self)
dialog.show()
@rubidiumelemen rubidiumelemen changed the title Inviting friends using Inviting friends using GameRequestDialog Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant