iOS Question App rejected (where crashed?)

Ebic

Member
Licensed User
Longtime User
I ask for help from those with experience. I'm trying to publish my first Iphone app,
but Apple rejects it saying it crashes.
I have tried the procedure in Test also in airplane mode but I have no crash.
How can I solve?

Thanks for help

here part of response:
 

f0raster0

Well-Known Member
Licensed User
Longtime User
Have you tested your app using an iPad with ios14.2?
edit: maybe it can help:
 
Upvote 0

Ebic

Member
Licensed User
Longtime User
Upvote 0

Ebic

Member
Licensed User
Longtime User
Could it be this: using a null in array?

FeedbackGenerator.Initialize("UIImpactFeedbackGenerator")
If FeedbackGenerator.IsInitialized Then
FeedbackGenerator = FeedbackGenerator.RunMethod("alloc", Null).RunMethod("initWithStyle:", Array(0)) 'light
End If
 
Upvote 0

f0raster0

Well-Known Member
Licensed User
Longtime User
one min.. then the file in the first post isn't from Apple?

if the App crash Apple sends the log, or information why they reject the App.
Do you have that information?
 
Upvote 0

Ebic

Member
Licensed User
Longtime User
Yes, the answer to the first message is Apple's answer I cut some parts before the EOF
Error is on "Thread 6: "
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Could it be this: using a null in array?
Looks correct.

You can symbolicate the error with a local Mac.

From my experience, Apple reported crashes are real and in most cases aren't too difficult to reproduce.
Test your app in airplane mode.
Test your app after you first uninstalled the debug app.
 
Upvote 0

Ebic

Member
Licensed User
Longtime User
Erel I don't own a local Mac.
I have already tried in airplane mode and the app doesn't crash.
I have already unistalled the debug app.

I just don't know what else to do.
 
Upvote 0

f0raster0

Well-Known Member
Licensed User
Longtime User
Try to register an user in Airplane Mode, Do you get any error?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…