i trying package my app but if i package with shipping settings my app launch infinitely but if i launch as developer app working, someone knows what is happening?
Possible cause:
- unsupported plugins for distribution
- Enterprise=True in the .uproject file
- invalid package name in Platforms>Android
Possible fix:
- disable unneeded plugins during shipping
- delete Enterprise=True line in .uproject file
- set package name correctly by com.[CompanyName].[ProjectName]