You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number: N/A Reproducible in staging?: N/A Reproducible in production?: N/A If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N If this was caught during regression testing, add the test name, ID and link from TestRail: N/A Email or phone of affected tester (no customers): N/A Logs: N/A Expensify/Expensify Issue URL: N/A Issue reported by:@arosiclair Slack conversation (hyperlinked to channel name): https://expensify.slack.com/archives/C01RJ1RCK8D/p1738187074240489
I found the root cause of this in this slack thread with Ryan at airship. In our AirshipConfig.plist, detectProvisioningMode does not work in dev and it uses the production mode instead. The workaround is to disable that and set inProduction = false which fixes push notifications. We just need to fix this so that it doesn't require any manual steps for devs.
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: N/A
Reproducible in staging?: N/A
Reproducible in production?: N/A
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): N/A
Logs: N/A
Expensify/Expensify Issue URL: N/A
Issue reported by: @arosiclair
Slack conversation (hyperlinked to channel name): https://expensify.slack.com/archives/C01RJ1RCK8D/p1738187074240489
Action Performed:
Expected Result:
A push notification is received
Actual Result:
Push notifications are NOT received
Workaround:
Manually set
inProduction
in AirshipConfig.plistPlatforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: