Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › Multikey for app

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22312

    Nicola

    HI,

    i have 3 keys (for the same app) one for android32 (build 7), another android64(build 8) and ios (build 6). Now i created a new ios build (9). If now i recompile the android64 version, when run the app i have the message that the license is expired.

    N.

    #22325

    Nicola

    The problem was in the Android manifest, also running qmake got the wrong value.

    #22329

    jrrobles79

    Can you explain a little further?, I think I have simmilar issue, I was preparing my app to upload to play store and my licence for the iOS version began to crash

    #22331

    Nicola

    I have this siutation in my .pro

    contains(ANDROID_TARGET_ARCH, arm64-v8a) {
    PRODUCT_VERSION_CODE = 12

    } else {
    PRODUCT_VERSION_CODE = 12
    }

    android {
    PRODUCT_IDENTIFIER = it.myapp.com
    PRODUCT_VERSION_NAME = 3.2
    }

    ios {
    PRODUCT_IDENTIFIER = it.myapp.com
    PRODUCT_VERSION_NAME = 3.2
    PRODUCT_VERSION_CODE = 9
    }

     

    My adivce is about build android, after an ios build, verify if the Android manifest  contains the correct values, if not ,change manually.

    #22333

    jrrobles79

    ok, do you need to change the android manifest for each android compilation?

    #22334

    Nicola

    It’s bettere verify if it has the correct value.

Viewing 6 posts - 1 through 6 (of 6 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded