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

Forums

OverviewFelgo 3 Support (Qt 5) › License Warning

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23452

    Sylvia Winkler

    Hi,

    I’m having troubles with Licenses for my application.

    I’m building my application with Felgo Cloud Builds (Android only).

    Auto-increment version code & update license key is checked.

    The minimal version of my code is:

    App {
    
        licenseKey: "86657..."
    
        Navigation {
    
            NavigationItem {
                title: "Tagebuch"
                icon: IconType.book
    
                NavigationStack {
                    Page {
                        id: diary
                        title: "Tagebuch"
    
                        Page {}
                     }
                }
            }
    
    
            NavigationItem {
                title: "Spiel"
                icon: IconType.book
    
                NavigationStack {
                    Page {
                        id: gamePage
    
                        AppButton {
    
                            text: "Start"
    
                            onClicked: {
                                gamePage.navigationStack.push(component)
                            }
                        }
    
                        Component {
                            id: component
    
                            Page {
                                GameWindowItem {
                                    id: gameWindowItem
                                    licenseKey: "86657..."
    
                                    Rectangle {
                                        color: "tomato"
                                        width: 100
                                        height: 100
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

     

    When I navigate to the second page and start the game, on the first start I do not get a warning, but when I go back and start the game again, I always geht a license warning.
    Here is a short video clip of what I just explained: https://imgur.com/a/oi48sgW

    I was wondering if you could give me any advice on how to get rid of the license warning?

    Thanks in advance,

    Sylvia

    #23513

    Alex
    Felgo Team
Viewing 2 posts - 1 through 2 (of 2 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