Skip to content

[Android]Invalid client error, game is requesting friends_list even if it's disabled on Epic Account Services #1124

@vanustwo

Description

@vanustwo

Describe the bug
My game only request 'basic profile' permission on Epic Account Services. However the sdk is adding 'friends list' permission

To Reproduce
Steps to reproduce the behavior:

  1. Set Application Permission to only basic profile on Epic Account Services
  2. Install com.playeveryware.eos-3.3.6.tgz and set configurations.
  3. Make sure Auth Scope Flags only uses Basic Profile
  4. Deploy AuthAndFriends scene to device
  5. Try login with Account Portal

Expected behavior
A clear and concise description of what you expected to happen.

Smartphone (please complete the following information):

  • Device: Pixel 4 or 7
  • OS: Android 13
  • Unity 2022.3.53
  • com.playeveryware.eos-3.3.6.tgz
void MigrateNonOverrideableConfigValues()

authScopeOptionsFlags |= AuthScopeFlags.BasicProfile;
authScopeOptionsFlags |= AuthScopeFlags.FriendsList;
authScopeOptionsFlags |= AuthScopeFlags.Presence;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions