ios

    [iOS] StoreKit2 - sandbox auto renewal 테스트

    https://stackoverflow.com/questions/48937677/ios-subsciptions-dont-auto-renew-in-sandbox ios subsciptions don't auto renew in sandbox I have implemented auto renewing subscription in my app. As per documentation, this should auto renew every few minutes up to six times a day. But it's not happening for my app. I look for the stackoverflow.com 다음에 또 삽질할까봐 남겨두는 기록입니다. sandbox 테스트를 하는데 잘 되다가 갑자기 au..

    [iOS] isHidden에 대하여

    생각없이 사용했던 isHidden이라는 프로퍼티에 대해 정리해보고자 글을 쓴다 공식문서 https://developer.apple.com/documentation/uikit/uiview/1622585-ishidden isHidden은 UIView의 Instance Property이다 뷰를 숨기고 싶을 때 이 값을 true로 해주면 뷰가 숨겨진다. Setting the value of this property to true hides the receiver and setting it to false shows the receiver. The default value is false. A hidden view disappears from its window and does not receive input e..