Lädt...


🔧 Collect Feedback with Canny.io - #30DaysOfSwift


Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to

Day 7: Stay in the Loop with Canny.io! 🔄

In the seventh post of #30DaysOfSwift series, I am sharing about Canny.io—a great tool for collecting user feedback and tracking feature requests.

Here’s how you can easily add Canny.io to your app:

Steps to Integrate Canny.io:

1. Set Up Your Canny.io Account:

  • If you haven’t already, sign up at Canny.io and create a new board for your app to track feedback.
  • Go to Settings > Installation and copy the Board ID you’ll need to integrate Canny.
  • Open Canny in a WebView: Since Canny operates as a web-based service, we’ll add a simple WebView to your SwiftUI app to open the feedback form.

import SwiftUI
import WebKit

struct CannyView: UIViewRepresentable {
    let urlString: String

    func makeUIView(context: Context) -> WKWebView {
        return WKWebView()
    }

    func updateUIView(_ uiView: WKWebView, context: Context) {
        if let url = URL(string: urlString) {
            let request = URLRequest(url: url)
            uiView.load(request)
        }
    }
}

struct ContentView: View {
    var body: some View {
        NavigationView {
            VStack {
                Text("Got feedback? We’d love to hear it!")
                    .padding()

                Button("Submit Feedback") {
                    // Open the Canny feedback form
                    openCannyForm()
                }
                .padding()
                .background(Color.blue)
                .foregroundColor(.white)
                .cornerRadius(10)
            }
        }
    }

    func openCannyForm() {
        if let window = UIApplication.shared.windows.first {
            let rootView = CannyView(urlString: "https://yourapp.canny.io/feedback") // Replace with your Canny feedback URL
            window.rootViewController = UIHostingController(rootView: rootView)
            window.makeKeyAndVisible()
        }
    }
}

3. Customize Your Feedback Form:

  • Replace "https://yourapp.canny.io/feedback" with the actual URL of your Canny feedback board.
  • You can also add parameters like userID and email to pre-fill information for users who are logged in.

Happy Coding!

...

🔧 Feedback Glow - Canny alternative for indie makers and small teams


📈 39.36 Punkte
🔧 Programmierung

📰 Data privacy: Collect what you need, protect what you collect


📈 29.16 Punkte
📰 IT Security Nachrichten

📰 Data privacy: Collect what you need, protect what you collect


📈 29.16 Punkte
📰 IT Security Nachrichten

🔧 Canny Edge Detection


📈 28.58 Punkte
🔧 Programmierung

📰 Robbie G2: Gen-2 AI Agent that Uses OCR, Canny Composite, and Grid to Navigate GUIs


📈 28.58 Punkte
🔧 AI Nachrichten

📰 Robbie G2: Gen-2 AI Agent that Uses OCR, Canny Composite, and Grid to Navigate GUIs


📈 28.58 Punkte
🔧 AI Nachrichten

🕵️ Low CVE-2020-9439: Uncannyowl Tin canny reporting for learndash


📈 28.58 Punkte
🕵️ Sicherheitslücken

🔧 Building a tool to collect audience feedback in real time


📈 25.36 Punkte
🔧 Programmierung

🔧 Collect Customer Feedback with Zonka AI - Embed CX Forms Anywhere


📈 25.36 Punkte
🔧 Programmierung

🔧 Collect feedback via Discord notifications in your Laravel project


📈 25.36 Punkte
🔧 Programmierung

🔧 6 Tools To Collect Anonymous Team Feedback


📈 25.36 Punkte
🔧 Programmierung

🪟 The latest Polls app feature will help you engage and collect feedback during Teams meetings easily


📈 25.36 Punkte
🪟 Windows Tipps

🪟 „Ähnliches Feedback“: Microsoft verbessert den Feedback Hub


📈 21.56 Punkte
🪟 Windows Tipps

🪟 Microsoft turns off OneDrive feedback pop-up in Windows 11 after outrage, citing ‘feedback’


📈 21.56 Punkte
🪟 Windows Tipps

🪟 Microsofts Feedback Portal löscht wertvolles Feedback automatisch


📈 21.56 Punkte
🪟 Windows Tipps

🕵️ LivingLogic XIST4C prior 0.107.8 Feedback feedback.htm cross site scripting


📈 21.56 Punkte
🕵️ Sicherheitslücken

📰 Drei Feedback-Regeln für agile Unternehmen: Feedback, ja klar - aber richtig


📈 21.56 Punkte
📰 IT Nachrichten

🪟 Feedback Hub gets new achievement page, makes sorting feedback easier


📈 21.56 Punkte
🪟 Windows Tipps

📰 Feedback-Hub mit neuer Funktion „ähnliches Feedback“ – Weitere UI Änderungen folgen


📈 21.56 Punkte
📰 IT Nachrichten

🕵️ Department of Homeland Security to Collect Social Media of Immigrants and Citizens


📈 14.58 Punkte
🕵️ Reverse Engineering

📰 Google makes it mandatory for Chrome Apps to tell Users what Data they collect


📈 14.58 Punkte
📰 IT Security Nachrichten

🐧 What distros collect data


📈 14.58 Punkte
🐧 Linux Tipps

📰 Linux Mint 19 "Tara" Won't Collect or Send Any of Your Personal or System Data


📈 14.58 Punkte
📰 IT Security Nachrichten

🕵️ TikTok Can Now Collect Biometric Data


📈 14.58 Punkte
🕵️ Reverse Engineering

🎥 What Security Data Do I Really Need to Collect and Analyze?


📈 14.58 Punkte
🎥 IT Security Video

🔧 EXECUTE IMMEDIATE with BULK COLLECT


📈 14.58 Punkte
🔧 Programmierung

🔧 How To Collect Temporal.io Logs Using Axiom And Pino


📈 14.58 Punkte
🔧 Programmierung

📰 Apple Patenting a Way To Collect Fingerprints, Photos of Thieves


📈 14.58 Punkte
📰 IT Security

matomo