Skip to content

fix(js, ios, android, flutter, react native) added individual callouts to device tracking feature requests #5063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-android/issues/2258).
11 changes: 10 additions & 1 deletion src/fragments/lib/auth/common/device_features/common.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,14 @@ import flutter11 from "/src/fragments/lib/auth/flutter/device_features/30_fetchD
* **Forgotten**
* 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.

import js12 from "/src/fragments/lib/auth/js/device_features/40_trackDevice.mdx";
import flutter13 from "/src/fragments/lib/auth/flutter/device_features/40_trackDevice.mdx";
import ios14 from "/src/fragments/lib/auth/ios/device_features/40_trackDevice.mdx";
import android15 from "/src/fragments/lib/auth/android/device_features/40_trackDevice.mdx";

## Known Limitations
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.
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.
<Fragments fragments={{js: js12, 'react-native': js12}} />
<Fragments fragments={{flutter: flutter13}} />
<Fragments fragments={{ios: ios14}} />
<Fragments fragments={{android: android15}} />
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-flutter/issues/1515).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-swift/issues/2708).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
You can follow the progress of this feature [here](https://github.com/aws-amplify/amplify-js/issues/9318).