No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. nickhatboecker
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    nickhatboecker

    @nickhatboecker

    0
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nickhatboecker Follow

    Latest posts made by nickhatboecker

    • How to build a test app on iOS

      Hey there,

      I’m using Quasar Framework on my newest project. While I implement the frontend part, my colleague is working on an API. We use a push notification service, which is only working on a real device.

      That’s why my colleague wants to test the push notifications sent by the API. How can I provide a test app for him? Is this even possible?

      I already built my app with capacitor:
      quasar build --mode capacitor --target ios

      I know on Android you can somehow build an apk file and anyone could install it on his/her/their phone. But how does this work on iOS? Can I build an ips file and send it to him or does he need the full code, so he also has to use xcode and so on?

      I would be very glad if someone could point me the right way.

      Thanks in advance and best regards
      Nick

      posted in Help
      N
      nickhatboecker
    • RE: Deep Linking with Quasar

      @dobbel Thank you very very much! I switched to Capacitor and got it to work on iOS.

      posted in Help
      N
      nickhatboecker
    • Deep Linking with Quasar

      Hey guys,

      I’m implementing an authorization workflow with a PHP API and a Quasar App Frontend.
      The app should be built to android and ios.

      After filling out a register form, the user receives an email with an activation link.
      When clicking the link, the mobile phone should open the app. Apparently, this is called “Deep Linking” on Android.

      Is there an easy way to achieve this with Quasar?

      I found an old cordova plugin but couldn’t get it to work:
      https://github.com/e-imaxina/cordova-plugin-deeplinks

      Thanks in advance.

      Best regards
      Nick

      posted in Help
      N
      nickhatboecker