Пожалуйста, обратите внимание, что пользователь заблокирован
Hello,
I need help on my php file, I hope someone can help me
Currently my php generate APK files with random filenames, this i want to change
This code needs to be changed:
But I want that the output would be app-release.apk, app-release-1.apk, app-release-2.apk and so on.
I searched myself everywhere but couldn't find information.
Can anybody help me here please?
Thanks
I need help on my php file, I hope someone can help me
Currently my php generate APK files with random filenames, this i want to change
This code needs to be changed:
So that means the output of the APK filenames is for example zGhjJg_release.apk$packagebotone = generateRandomString();
$packagebottwo = generateRandomString();
$apk = generateRandomString() . "_release" . "apk;
$packagebotone = generateRandomString();
$packagebottwo = generateRandomString();
But I want that the output would be app-release.apk, app-release-1.apk, app-release-2.apk and so on.
I searched myself everywhere but couldn't find information.
Can anybody help me here please?
Thanks