Skip to content
  • 0 Votes
    2 Posts
    335 Views
    Fitndex-developerF

    @Fitndex-developer said in In-App Purchasing of Registered Product (google store):

    com.fitndex.theApp

    Hello Everyone,

    since there has been no activity on this post, I thought I'd let everyone know that this setup works with one change in the code:

    do not include the app name in the identifier.

    identifier: 30day_data_access ... is correct
    identifier com.fitndex.theApp.30day_data_access ... is wrong

    On google play I was missing the following.

    I was in internal testing and the app had not been published, i published to closed testing. Add licence testers to the app in google play console (this is different than the release track email list) If using the same app version code as the published version, testing will work, even when plugged in for debug, if you are logged into the tester gmail account.

    I took a crack at developing subscriptions in java, and for me, that is going to take a while but I will finish (the jni messenger example in android extras helps start with communicating with java if you are new to that), Qt purchasing makes life a lot easier just most of your work is going to be on the google play console side when dealing with Qt Purchasing. So if things are not working, check your settings with google (or apple), that is most likely it.

    Qt purchasing does not handle subscriptions, it will never find your subscriptions no matter what. The reason for that is the developers could not come up with a platform independent solution for subscriptions. The community needs to figure this one out for everyone. An example anyone?

    Since monetization is so important; and documentation/examples on qt purchasing are minimal, I hope this helps some of you!! I could have used something like this when I was working on it.

    FITNDEX HOME now we are on track to launch this summer. You can join the beta on website.

    Lets help each other get to market. The more money we all make, the better Qt will get, I promise.

    Steve

  • 0 Votes
    12 Posts
    4k Views
    J

    @raven-worx @mrjj @Wieland @Pablo-J-Rogina
    Thank you guys !
    It worked perfectly. I'm now able to read and write a XML file and load items to my drawing.

    Thank you again
    Happy coding !

  • 0 Votes
    9 Posts
    2k Views
    mrjjM

    Hi
    While walking my imaginary dog, i was wondering if the
    number you input "ui->values->text().toInt()"
    means how many names/ages to get and you mean for it
    to ask that many times, and not really create that many
    dialogs ?
    So like ask me 10 times
    and one and the same dialog would show up 10 times ?
    And each time, user press ok, it would save the data, then
    show again ?

  • 0 Votes
    7 Posts
    3k Views
    JKSHJ

    @dridk said:

    The real goal is to have an alternative of html. Imagine a Web browser with qml page only.

    It would be cool to see QML used for web apps. Someone has made a start on this: http://akreuzkamp.de/2013/07/10/webapps-written-in-qml-not-far-from-reality-anymore/