Thank you for suggestions.
I upload the App to appetize.io, it crashes in iOS 13 on startup but work fine in other versions of iOS.
After change the hConnect_Click to ordinary Sub and submit to Apple for review again, the error location now is another Resumable Sub:
Sub icAdvise(para As String)
Msgbox2("icAdvise", para, gAppTitle, Array(icSub.icMsg("Ok")))
Wait For "icAdvise_Click" (c As String)
End Sub
I guess the crashes are caused by resumable subs. Currently I have no iOS 13 for further testing, have other developer encountered this problem?