hi,
my android app work fine on all of my android devices but when i submit it for review to amazon app store
they keep reject my app for “launch failure”.
“We are unable to test your app as it does not function as intended. The app exits/ force closes/ freezes/ displays an error message after being launched”
quotes of Log file provided by amazon Review Team:
"NetworkRequest NetworkRequest [ id=32, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
08-30 23:27:07.726: D/ConnectivityManager.CallbackHandler(16349): CM callback handler got msg 524296
08-30 23:27:07.726: E/chromium(16349): [ERROR:aw_browser_terminator.cc(125)] Renderer process (18943) crash detected (code -1).
08-30 23:27:07.731: E/lowmemorykiller(206): Error writing /proc/18943/oom_score_adj; errno=22
"
i upload the full LogFile please check the attached file.
i think the crash related to memory issue (im not sure) so i try “UnloadUnusedAssets()” but No luck
private void OnLowMemory()
{
// release all cached textures
_textures = new List<Texture2D>();
Resources.UnloadUnusedAssets();
}
please help i stuck here 30 days ago
thank you so much