Skip to content

Commit d656431

Browse files
Bannon TannerRachel Lee Nabors
authored andcommitted
added individual callouts to device tracking feature requests per platform (#5063)
1 parent ad9bc9c commit d656431

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-android/issues/2258).

src/fragments/lib/auth/common/device_features/common.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,14 @@ import flutter11 from "/src/fragments/lib/auth/flutter/device_features/30_fetchD
9898
* **Forgotten**
9999
* In the event that you no longer want to remember or track a device, you can use the `Auth.forgetDevice()` API to remove this device from being both remembered and tracked.
100100

101+
import js12 from "/src/fragments/lib/auth/js/device_features/40_trackDevice.mdx";
102+
import flutter13 from "/src/fragments/lib/auth/flutter/device_features/40_trackDevice.mdx";
103+
import ios14 from "/src/fragments/lib/auth/ios/device_features/40_trackDevice.mdx";
104+
import android15 from "/src/fragments/lib/auth/android/device_features/40_trackDevice.mdx";
105+
101106
## Known Limitations
102-
When using the federated OAuth flow with Cognito User Pools, the [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are currently not available within the library. If you are looking for this feature within the library, please open a feature request [here](https://github.com/aws-amplify/amplify-js/issues/new?assignees=&labels=feature-request&template=feature_request.md&title=) and provide upvotes in order for us to take this into consideration for the future of the library.
107+
When using the federated OAuth flow with Cognito User Pools, the [device tracking and remembering](https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/) features are currently not available within the library.
108+
<Fragments fragments={{js: js12, 'react-native': js12}} />
109+
<Fragments fragments={{flutter: flutter13}} />
110+
<Fragments fragments={{ios: ios14}} />
111+
<Fragments fragments={{android: android15}} />
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-flutter/issues/1515).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-swift/issues/2708).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-js/issues/9318).

0 commit comments

Comments
 (0)