InApp purchase sheet constantly reappearing

I’m trying to implement InApp purchase/subscription option in my app and for some reason once I subscribe, I can see that there is a standard icon animation and sound of ‘success’ which is native iOS behavior, but then once the sheet is gone it will immediately reappear to subscribe again… not sure why this is happening.

I tried ChatGPT 4o but no luck.

Here is the code for my StoreKitManager

import Foundation
import StoreKit

class StoreKitManager: NSObject, ObservableObject, SKProductsRequestDelegate, SKPaymentTransactionObserver {

    static let shared = StoreKitManager()
    
    @Published var products: [SKProduct] = []
    @Published var purchasedProductIDs: Set<String> = []
    @Published var purchaseStatus: PurchaseStatus?
    @Published var isPremiumUser: Bool = false
    
    private var productRequest: SKProductsRequest?
    
    override init() {
        super.init()
        SKPaymentQueue.default().add(self)
        fetchProducts()
        checkPremiumStatus()
    }
    
    func checkPremiumStatus() {
        // Retrieve purchased product IDs from UserDefaults
        let purchasedProductIDs = UserDefaults.standard.stringArray(forKey: "purchasedProductIDs") ?? []
        self.purchasedProductIDs = Set(purchasedProductIDs)
        
        // Set isPremiumUser based on purchased products
        isPremiumUser = !self.purchasedProductIDs.isEmpty
        print("Premium Status Checked: (isPremiumUser)")
    }
    
    func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse) {
        DispatchQueue.main.async {
            self.products = response.products
            print("Products Fetched: (self.products)")
            for product in self.products {
                print("Product: (product.localizedTitle) - (product.productIdentifier) - (product.price)")
            }
        }
    }
    
    func fetchProducts() {
        let productIdentifiers: Set<String> = ["here's my product id", "here's my product id", "here's my product id"]
        print("Fetching products with identifiers: (productIdentifiers)")
        productRequest = SKProductsRequest(productIdentifiers: productIdentifiers)
        productRequest?.delegate = self
        productRequest?.start()
    }
    
    func buyProduct(_ product: SKProduct) {
        let payment = SKPayment(product: product)
        SKPaymentQueue.default().add(payment)
        print("Initiating purchase for (product.productIdentifier)")
    }
    
    // Once payment is received update premium status
    private func handleTransaction(_ transaction: SKPaymentTransaction) {
        switch transaction.transactionState {
        case .purchased, .restored:
            DispatchQueue.main.async {
                self.purchasedProductIDs.insert(transaction.payment.productIdentifier)
                UserDefaults.standard.setValue(Array(self.purchasedProductIDs), forKey: "purchasedProductIDs")
                self.purchaseStatus = .success
                self.checkPremiumStatus()
                print("Transaction Successful: (transaction.payment.productIdentifier)")
                SKPaymentQueue.default().finishTransaction(transaction)
            }
        case .failed:
            if let error = transaction.error as? SKError {
                print("Transaction failed with error: (error.localizedDescription)")
                DispatchQueue.main.async {
                    self.purchaseStatus = .failure(error)
                    SKPaymentQueue.default().finishTransaction(transaction)
                }
            }
        default:
            break
        }
    }
    
    func paymentQueue(_ queue: SKPaymentQueue, updatedTransactions transactions: [SKPaymentTransaction]) {
        for transaction in transactions {
            print("Updated transaction: (transaction.transactionState.rawValue)")
            handleTransaction(transaction)
        }
    }
    
    // Update premium status after restore
    func paymentQueueRestoreCompletedTransactionsFinished(_ queue: SKPaymentQueue) {
        for transaction in queue.transactions where transaction.transactionState == .restored {
            purchasedProductIDs.insert(transaction.payment.productIdentifier)
        }
        UserDefaults.standard.setValue(Array(purchasedProductIDs), forKey: "purchasedProductIDs")
        checkPremiumStatus()
        print("Restored Purchase: (self.purchasedProductIDs)")
    }
    
    func restorePurchase() {
        SKPaymentQueue.default().restoreCompletedTransactions()
        print("Restoring purchase")
    }
}

I tried ChatGPT 4o but it just gives me basically the same code so looks like nothing is wrong but it is as it’s not working properly.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật