Skip to content
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

Question regarding iOS and background mode #2351

Closed
kopecn opened this issue Sep 25, 2022 · 1 comment
Closed

Question regarding iOS and background mode #2351

kopecn opened this issue Sep 25, 2022 · 1 comment
Labels
datastore Issues related to the DataStore category question General question

Comments

@kopecn
Copy link

kopecn commented Sep 25, 2022

Describe the bug

Regarding Amplify and subscriptions do we need to set any of the background modes for Xcode/iOS deployments?

image

Steps To Reproduce

Question regarding intended usage.

Expected behavior

Not sure if any of these need to be chosen for user app experience.

Amplify Framework Version

1.28.1

Amplify Categories

API, Auth, DataStore

Dependency manager

Swift PM

Swift version

5.3+

CLI version

7.3.5

Xcode version

14.0

Relevant log output

No response

Is this a regression?

No

Regression additional context

No response

Device

iPhone simulator

iOS Version

15+

Specific to simulators

No response

Additional context

No response

@atierian atierian added question General question datastore Issues related to the DataStore category labels Sep 26, 2022
@lawmicha
Copy link
Contributor

Enabling those flags will not have any affect on DataStore. Remote Notifications - the use of this flag has no impact on the use of DataStore since DataStore performs request/response network calls to fetch the data, followed by websocket connections to establish the long-lived subscriptions to retrieve data in real-time. Background fetch and Background processing - DataStore's implementation does not utilize any of the background task functionality provided by Apple frameworks etc

@aws-amplify aws-amplify locked and limited conversation to collaborators Oct 31, 2022
@lawmicha lawmicha converted this issue into discussion #2522 Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
datastore Issues related to the DataStore category question General question
Projects
None yet
Development

No branches or pull requests

3 participants