Post

Replies

Boosts

Views

Activity

Reply to App Crashes on TestFlight but Works in Simulator (Expo React Native App)
Evan Bacon from the Expo team here 👋 This can often happen when a third-party library is missing an API key and throws an exception in production. Try creating a local production iOS build in release mode: npx expo run:ios --configuration Release this will be a nearly identical build to what goes into TestFlight. You can also open the project in Xcode, and customize the scheme to build with the Release configuration. While we do stream the simctl errors to the CLI, building from Xcode directly in cases like this can yield more debug info.
Mar ’25
Reply to Recommended way to detect when a user has joined your team via App Store Connect API?
It looks like more webhooks were added in WWDC 25, but they don't appear to have user events. https://developer.apple.com/videos/play/wwdc2025/324/
Replies
Boosts
Views
Activity
Jun ’25
Reply to App Crashes on TestFlight but Works in Simulator (Expo React Native App)
Evan Bacon from the Expo team here 👋 This can often happen when a third-party library is missing an API key and throws an exception in production. Try creating a local production iOS build in release mode: npx expo run:ios --configuration Release this will be a nearly identical build to what goes into TestFlight. You can also open the project in Xcode, and customize the scheme to build with the Release configuration. While we do stream the simctl errors to the CLI, building from Xcode directly in cases like this can yield more debug info.
Replies
Boosts
Views
Activity
Mar ’25
Reply to TestFlight webhooks
It looks like ASC now has a webhook API for alternative market places, curious if this means we'll see more webhook APIs in the future? Would love to avoid polling APIs to determine when a user invitation has been accepted and the new team has been updated.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Settings.bundle in iOS 18 seems to no longer work.
Adding that PSRadioGroupSpecifier is broken too. Using it will make all custom settings disappear.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’24