I'm using HERE maps in one of my apps. And I have to show map on at least 3-4 screens. So there will be 3-4 map instances loaded in memory all time.
What I have noticed is that loading one instance of HERE maps consumes up to 50MB of memory. As soon as I move to other screen hence two instances of map are loaded. Memory jumps to 100MB and so on and so forth. Finally after using sometime, the app crashes with memory issue.
"Got memory pressure notification (critical) 2017"
I'm adding purchased version of HERE maps through pods. Does it make any difference?
One more thing that I noticed that every time I change frame of HERE map i.e., increase/ decrease its height, it seems to reload map which again consumes considerable memory.
Any one facing this with HERE maps ios version??