I am attempting to get my app accepted for the App Retailer. My app is getting rejected as a result of “App Completeness”. This is the rejection message:
That is an automatic message. The assessment of this submission can’t proceed. See beneath for extra info.
The app crashed after the preliminary launch. Apps that crash negatively impression customers.
Check the app on supported units to determine and resolve crashes and stability points earlier than resubmitting for assessment.
Be taught extra about testing a launch construct.
Once we submitted the primary time we obtained rejected as a result of our Apple check in didn’t auto fill the consumer’s identify and we did not have the EULA Hyperlink within the description. So the app did not crash right here as a tester despatched screenshots and was in our app.
We resubmitted after which we began getting these crashes. I examined the code we added from the primary revision and examined the beginning up and every little thing labored superb on ours and our 30+ beta testers finish.
The factor is we’re not getting a crash log from Apple testers or Apple’s automated tester (if automated testing exists?)
We’re making a health app that implements HealthKit. Now we have the required HealthShare and HealthUpdate messages within the signing and capabilities of our goal. I am undecided this is able to be the difficulty for the reason that app really executed the primary run although.
I’ve researched and a few articles did say lengthy load occasions on unhealthy web may make iOS terminate an app. So we labored to get our preliminary load community calls down from 10 seconds to about 1-2 seconds. This didn’t work both.
We’re utilizing SwiftData to cache workout routines fetched from our backend domestically however we’ve not made any modifications to the entity’s. So I would not anticipate unhealthy information to trigger a crash particularly as a result of we flush even when it have been unhealthy information anyway.
I’ve ran with devices to see if this was a reminiscence situation:
- With an Authed Customers with information loaded it will get to about 33MiB
- With a contemporary set up reminiscence utilization is about 17MiB
I did have a focal point in my profile:
api.revenuecat.com isn’t listed in your app’s NSPrivacyTrackingDomain key in any privateness manifest. It could be following customers throughout a number of apps and web sites to create a profile about customers of apps that contact this area.
I do not use income cat for monitoring for Advertisements so I most likely should not add it to the NSPrivacyTrackingDomain proper?
If Apple has an automating testing setting how can I intently match that for testing on my finish? If that is an precise tester why am I not getting a crash log or steps to repeat this situation?
