I have a problem accepting friend invites. (watch video)
None of the users appear on the Matchmaking website.
When using the SDK example everything works fine.
(EOS_SDK\EOS-SDK-23143668-v1.15.4\Samples\SessionMatchmaking)
But I am using the interfaces of the online subsystem.
In the log I have two warnings
ExternalAccountType not set. TargetPlatform(None)
and
LogEOSSessions: Join accepted rejected. EOS_Sessions_AddNotifyJoinSessionAccepted must be called to support this UI event
I’m not sure how to add that notification.
The closest thing I’ve found is this:
I used the delegate but it doesn’t fire when the invite is accepted. So I think the solution must be another.
Any idea what I should do to fix this problem?
Thank you so much!!