I'm still seeing this issue in iOS 14.3, did you find a solution? I'm also finding that onAppear is sometimes called before a view even appears. For example, it'll call onAppear for view 3 after I swipe to view 2.
Post
Replies
Boosts
Views
Activity
I'm facing the same issue. Profiling in instruments it looks like a majority of the memory is taken by anonymous VM, which as I understand is not very easy to control. I'm using Firebase in my extension, and it looks like GoogleDataTransport (a library that firebase uses under the hood) is responsible for most of the memory allocation. Not sure how I'll be able to get under 6 MB.
@timothy.hatcher any reason for such a big jump from 6 to 80 MB? This won't be back compatible to 15.0, correct?
I've tried using transporter and the app successfully uploads, but I immediately get an email saying, "We identified one or more issues with a recent delivery for your app", but there are no issues listed in the email. Is this happening to anyone else?