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

Parse Analytics - Track App Opened #436

Open
4 tasks done
hajjD opened this issue Jan 30, 2023 · 1 comment
Open
4 tasks done

Parse Analytics - Track App Opened #436

hajjD opened this issue Jan 30, 2023 · 1 comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@hajjD
Copy link

hajjD commented Jan 30, 2023

New Issue Checklist

Issue Description

Xcode shows "Ambiguous use of 'trackAppOpened' error when using ParseAnalytics.trackAppOpened as shown in Playgrounds, I have not been able to get it to work no matter what.

Steps to reproduce

In AppDelegate or anywhere enter the following code:

ParseAnalytics.trackAppOpened { result in
            switch result {
            case .success:
                print("Saved analytics for app opened.")
            case .failure(let error):
                print(error)
            }
        }

Actual Outcome

"Ambiguous use of 'trackAppOpened'" error and build will fail

Expected Outcome

For it to not get an error and not fail

Environment

Client

  • Parse Swift SDK version: 4.14.2
  • Xcode version: 14.2
  • Operating system (iOS, macOS, watchOS, etc.): iOS
  • Operating system version: 15

Server

  • Parse Server version: 4.5.0
  • Operating system: No idea
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): Remote

Database

  • System (MongoDB or Postgres): MongoDB
  • Database version: 3.6
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): Remote

Logs

@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@mtrezza mtrezza added the type:bug Impaired feature or lacking behavior that is likely assumed label Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

2 participants