-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Rory-BumpReactNativeScreens
- Loading branch information
Showing
220 changed files
with
4,000 additions
and
1,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
docs/articles/new-expensify/expensify-card/Enable-Expensify-Card-notifications.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Enable Expensify Card notifications | ||
description: Allow notifications from Expensify | ||
--- | ||
<div id="new-expensify" markdown="1"> | ||
|
||
The Expensify mobile app sends you real-time notifications for spending activity on your Expensify Visa® Commercial Card, including | ||
- Purchase notifications, including declined payments | ||
- Fraudulent activity alerts | ||
- Requests for purchases that require a SmartScanned receipt | ||
|
||
There are two steps to enable Expensify Card notifications. You’ll first enable alerts on your workspace, then you’ll enable notifications on your device. | ||
|
||
# Step 1: Enable alerts on your workspace | ||
|
||
{% include selector.html values="desktop, mobile" %} | ||
|
||
{% include option.html value="desktop" %} | ||
1. From your Expensify Chat inbox, click the dropdown on the logo or avatar that is in the top left corner. | ||
2. Select the workspace you want to update the notification settings for. | ||
3. Click the workspace chat in your inbox (it will be the chat that has your workspace’s name as the chat title). | ||
4. Click the header at the top of the chat. | ||
5. Click **Settings**. | ||
6. Click **Notify me about new messages** and select **Immediately**. | ||
{% include end-option.html %} | ||
|
||
{% include option.html value="mobile" %} | ||
1. From your Expensify Chat inbox, tap the dropdown on the logo or avatar that is in the top left corner. | ||
2. Select the workspace you want to update the notification settings for. | ||
3. Tap the workspace chat in your inbox (it will be the chat that has your workspace’s name as the chat title). | ||
4. Tap the header at the top of the chat. | ||
5. Tap **Settings**. | ||
6. Tap **Notify me about new messages** and select **Immediately**. | ||
{% include end-option.html %} | ||
|
||
{% include end-selector.html %} | ||
|
||
# Step 2: Enable notifications on your device | ||
|
||
**iPhone** | ||
|
||
1. Go to your device settings. | ||
2. Find and tap **New Expensify**. | ||
3. Tap **Notifications** and enable notifications. | ||
4. Customize your alerts. Depending on your phone model, you may have extra options to customize the types of notifications you receive. | ||
|
||
**Android** | ||
|
||
1. Go to your device settings. | ||
2. Tap **Notifications** and select **Apps notifications**. | ||
3. Find and tap **New Expensify**. | ||
4. Enable notifications. | ||
5. Customize your alerts. Depending on your phone model, you may have extra options to customize the types of notifications you receive. | ||
|
||
You will now receive real-time spend notifications to your mobile device. | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,35 +239,27 @@ platform :ios do | |
} | ||
) | ||
|
||
begin | ||
upload_to_testflight( | ||
api_key_path: "./ios/ios-fastlane-json-key.json", | ||
distribute_external: true, | ||
notify_external_testers: true, | ||
changelog: "Thank you for beta testing New Expensify, this version includes bug fixes and improvements.", | ||
groups: ["Beta"], | ||
demo_account_required: true, | ||
beta_app_review_info: { | ||
contact_email: ENV["APPLE_CONTACT_EMAIL"], | ||
contact_first_name: "Andrew", | ||
contact_last_name: "Gable", | ||
contact_phone: ENV["APPLE_CONTACT_PHONE"], | ||
demo_account_name: ENV["APPLE_DEMO_EMAIL"], | ||
demo_account_password: ENV["APPLE_DEMO_PASSWORD"], | ||
notes: "1. In the Expensify app, enter the email '[email protected]'. This will trigger a sign-in link to be sent to '[email protected]' | ||
2. Navigate to https://account.proton.me/login, log into Proton Mail using '[email protected]' as email and the password associated with '[email protected]', provided above | ||
3. Once logged into Proton Mail, navigate to your inbox and locate the email triggered in step 1. The email subject should be 'Your magic sign-in link for Expensify' | ||
4. Open the email and copy the 6-digit sign-in code provided within | ||
5. Return to the Expensify app and enter the copied 6-digit code in the designated login field" | ||
} | ||
) | ||
rescue Exception => e | ||
if e.message.include? "Another build is in review" | ||
UI.important("Another build is already in external beta review. Skipping external beta review submission") | ||
else | ||
raise | ||
end | ||
end | ||
upload_to_testflight( | ||
api_key_path: "./ios/ios-fastlane-json-key.json", | ||
distribute_external: true, | ||
notify_external_testers: true, | ||
changelog: "Thank you for beta testing New Expensify, this version includes bug fixes and improvements.", | ||
groups: ["Beta"], | ||
demo_account_required: true, | ||
beta_app_review_info: { | ||
contact_email: ENV["APPLE_CONTACT_EMAIL"], | ||
contact_first_name: "Andrew", | ||
contact_last_name: "Gable", | ||
contact_phone: ENV["APPLE_CONTACT_PHONE"], | ||
demo_account_name: ENV["APPLE_DEMO_EMAIL"], | ||
demo_account_password: ENV["APPLE_DEMO_PASSWORD"], | ||
notes: "1. In the Expensify app, enter the email '[email protected]'. This will trigger a sign-in link to be sent to '[email protected]' | ||
2. Navigate to https://account.proton.me/login, log into Proton Mail using '[email protected]' as email and the password associated with '[email protected]', provided above | ||
3. Once logged into Proton Mail, navigate to your inbox and locate the email triggered in step 1. The email subject should be 'Your magic sign-in link for Expensify' | ||
4. Open the email and copy the 6-digit sign-in code provided within | ||
5. Return to the Expensify app and enter the copied 6-digit code in the designated login field" | ||
} | ||
) | ||
|
||
upload_symbols_to_crashlytics( | ||
app_id: "1:921154746561:ios:216bd10ccc947659027c40", | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.