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
Copy file name to clipboardExpand all lines: docs/mini-apps/troubleshooting/base-app-compatibility.mdx
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
---
2
2
title: Base App Compatibility
3
-
description: Which Mini App features are supported in Base app (TBA) today
3
+
description: Build Mini Apps with features that work seamlessly across the Base App and Farcaster.
4
4
---
5
5
6
6
Base App is working towards full compatibility with the Farcaster Mini App SDK. During beta, some features are not yet supported.
7
7
8
8
9
9
# Notifications
10
10
11
-
The Base App now supports Mini App notifications to re-engage users with your application. Base uses the same notification specification as [Farcaster](https://miniapps.farcaster.xyz/docs/guides/notifications).
11
+
The Base app now supports Mini App notifications to re-engage users with your application. Base uses the same notification specification as [Farcaster](https://miniapps.farcaster.xyz/docs/guides/notifications).
12
12
13
13
To implement notifications in your Mini App, see the [notifications guide](/mini-apps/core-concepts/notifications).
14
14
15
-
Please note the following limitation:
16
-
- Notifications are currently in-app only. Push notification support will be added in the coming weeks.
15
+
<Note>
16
+
Notifications are currently in-app only. Push notification support will be added in the coming weeks.
17
+
</Note>
17
18
18
19
Future notification features will not require code changes to your Mini App.
19
20
@@ -41,7 +42,7 @@ function MyComponent() {
41
42
42
43
## Wallet Interactions
43
44
44
-
Base App provides multiple wallet integration methods:
45
+
In order to ensure a seamless experience across the Base App and Farcaster, we recommend using the users connected wallet.
0 commit comments