diff --git a/src/screens/Tabs/Me/Push.tsx b/src/screens/Tabs/Me/Push.tsx index 8450ca9d..7a172258 100644 --- a/src/screens/Tabs/Me/Push.tsx +++ b/src/screens/Tabs/Me/Push.tsx @@ -51,7 +51,7 @@ const TabMePush: React.FC = () => { } else { Notifications.getExpoPushTokenAsync({ experienceId: '@xmflsct/tooot', - applicationId: 'com.xmflsct.tooot.app' + applicationId: 'com.xmflsct.app.tooot' }) .then(data => setPushAvailable(!!data)) .catch(() => setPushAvailable(false)) diff --git a/src/utils/push/useConnect.ts b/src/utils/push/useConnect.ts index dc0e862e..79f04f43 100644 --- a/src/utils/push/useConnect.ts +++ b/src/utils/push/useConnect.ts @@ -26,7 +26,7 @@ const pushUseConnect = ({ t, instances }: Params) => { : ( await Notifications.getExpoPushTokenAsync({ experienceId: '@xmflsct/tooot', - applicationId: 'com.xmflsct.tooot.app' + applicationId: 'com.xmflsct.app.tooot' }) ).data diff --git a/src/utils/slices/instances/push/register.ts b/src/utils/slices/instances/push/register.ts index 8d3f7abc..0db6ef44 100644 --- a/src/utils/slices/instances/push/register.ts +++ b/src/utils/slices/instances/push/register.ts @@ -56,7 +56,7 @@ const pushRegister = async ( formData.append('subscription[endpoint]', endpoint) formData.append( 'subscription[keys][p256dh]', - 'BO3P7Fe/FxPNijeXayVYViCoLicnnACc+a55wzcS0qIjYU++dtAl2XltgEfU5qPuXrFg5rnxBzbwQG4cAmdNLK4=' + 'BMn2PLpZrMefG981elzG6SB1EY9gU7QZwmtZ/a/J2vUeWG+zXgeskMPwHh4T/bxsD4l7/8QT94F57CbZqYRRfJo=' ) formData.append('subscription[keys][auth]', auth) Object.keys(alerts).map(key => diff --git a/src/utils/slices/instances/updatePush.ts b/src/utils/slices/instances/updatePush.ts index 9930acd8..a477a100 100644 --- a/src/utils/slices/instances/updatePush.ts +++ b/src/utils/slices/instances/updatePush.ts @@ -18,7 +18,7 @@ export const updateInstancePush = createAsyncThunk( : ( await Notifications.getExpoPushTokenAsync({ experienceId: '@xmflsct/tooot', - applicationId: 'com.xmflsct.tooot.app' + applicationId: 'com.xmflsct.app.tooot' }) ).data diff --git a/src/utils/slices/instances/updatePushDecode.ts b/src/utils/slices/instances/updatePushDecode.ts index c8c6a4a0..a0c5b898 100644 --- a/src/utils/slices/instances/updatePushDecode.ts +++ b/src/utils/slices/instances/updatePushDecode.ts @@ -25,7 +25,7 @@ export const updateInstancePushDecode = createAsyncThunk( : ( await Notifications.getExpoPushTokenAsync({ experienceId: '@xmflsct/tooot', - applicationId: 'com.xmflsct.tooot.app' + applicationId: 'com.xmflsct.app.tooot' }) ).data