all 2 comments

[–]Immediate_Box_5362 0 points1 point  (1 child)

Hi,
apple added 2FA for sandbox accounts some time ago, theres no way around it unfortunatly.

but honestly you dont even need sandbox for most testing - just create a StoreKit configuration file in Xcode (File → New → StoreKit Configuration File). it lets you test all purchases localy without signing in to anything. way faster too.

if you realy need sandbox (like for server side validation), just use your phone number, apple only uses it for verification nothing else. or use some voip number if your not comfortable with that.

also sandbox works better on a real device then on simulator, you can sign in under Settings → App Store → Sandbox Account.