This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
is splash canvas support released for plugins KVE 8.4.83? i.e option #2. If yes can Kony please share how can we use the same for existing projects.
The issue was resolved after I rebuilt the kar file and deleted and recreated the xcode project.
We had another issue with apple store rejecting app due to deprecated api and we need to update to 8.4.83 to resolve it.
The useLaunchScreenStoryBoard is internally enabled by default. If your application uses the static launch images, please add the useLaunchScreenStoryBoard key to the infoplist_configuration.json file and add its value as false.
{
"useLaunchScreenStoryBoard":false
}
In this JSON file, by adding this additional key-value, other properties will still exist.