[5.7.4][IOS] Is it expected of TestFlight not having a StoreV2Interface and PurchaseInterface by default ?

Hello :slight_smile:

Wanted to know if it was expected that build over TestFlight are not having the apple store by default ? i saw this in OnlineSubsystemIOS

[Image Removed]I saw also some ini configs to override the type of a TestFlight MarketplaceKit, was wondering if it was made unavailable on purpose, didn’t saw anything related to that in the upgrade notes of the 5.7

[Attachment Removed]

Hi Alex,

Unfortunately, under 5.7, this will not be the case under TestFlight conditions. You’ll need to integrate CL 48919979 in order to resolve this.

Best regards.

[Attachment Removed]

Thanks for the confirmation, already did something like this :slight_smile:

[Attachment Removed]

No problem Alex, sorry for your troubles.

Additionally, you may want to look at CL# 48772731 which ensures that StoreV2Interface is also available when launching from Editor or manually on device post deployment.

Best regards

[Attachment Removed]

Oh that’s indeed really handy, thanks for that :slight_smile:

[Attachment Removed]