I run Instrument
to check Leaks
in my app. It got 1 new leaks [SKPaymentQueue canMakePayments]
every time start up even no code for payment is called.
Asked
Active
Viewed 1,375 times
29
-
1I'm getting the same leak, it's leaking very little but it's still a problem. I'm using AdMob and game center leaderboards. What are you using in your app ? – 3366784 Dec 16 '16 at 18:32
-
It might be a bug http://www.openradar.me/27421128 – 3366784 Dec 16 '16 at 19:25
-
1What do you see when you use the Xcode 8 memory graph debugger? http://useyourloaf.com/blog/xcode-visual-memory-debugger/ – TomSwift Dec 16 '16 at 19:25
-
Observed same issue @timestamped date of this comment – Jeeves Mar 31 '18 at 22:50
-
@3366784 same issue, were you able to solve? – Jeeves Mar 31 '18 at 22:54
-
issue still exists May 20, 2018...anyone solve this? – Adam G May 21 '18 at 01:26
1 Answers
2
According to this date, SKPaymentQueue's
CanMakePayments
has memory leak and you can not do anything with it because it's Apple's
one. There are lots of tickets opened in Apple's with the same issue. It exists on iOS 10
too. Hope they will fix this issue. ref: https://forums.developer.apple.com/thread/22312

C0mrade
- 1,215
- 1
- 10
- 23