Interface IAppBuilderLicenseSystem

    • Method Detail

      • registerApp

        java.lang.String registerApp​(java.lang.String developerID,
                                     java.lang.String name,
                                     java.lang.String descr,
                                     java.lang.String version)
                              throws java.io.IOException
        Registers the app in the iiziReward program. If the app is already registered, the same application unique ID is returned.
        Parameters:
        developerID - The developer ID.
        name - The application name.
        descr - The application description.
        version - The version of the application in form of "1.1", "1.2.3" or "1.2.3.456", or empty string for no version.
        Returns:
        The application unique ID in the iiziReward program.
        Throws:
        java.io.IOException - For communication failures.