Player Authentication in UE5 using SignInWithApple

Hello All,

I am creating a game in UE 5.2.1 and I want to authenticate user using Sign In With Apple. I have spent time researching about this. Earlier in UE 4, there was “GameKit” with which we could interact with Objective-C and we were able to Authenticate user. Now in UE 5, GameKit is deprecated. I have tried using ObjectiveC:Call() which is also deprecated in UE 5.

I do not want to use EOS for my game. I am stuck here. Can anyone help me!!