Tap-Payments / goSellSDK-iOS

goSell iOS SDK
MIT License
19 stars 20 forks source link

SDK is not working in iOS 13 #19

Closed mob-rockstar closed 4 years ago

mob-rockstar commented 4 years ago

I have placed PayButton in storyboard and set datasource and delegate. But it is only showing paybutton without any text(green background) and not working even if I tap the paybutton. Nothing happened.

   // Transaction mode
    GoSellSDK.mode = .sandbox        

    // Set language
    if(UserInfo.sharedInstance.currentLanguage == KEY_ENGLISH)
    {
        GoSellSDK.language = "en"
    }
    else {
        GoSellSDK.language = "ar"
    }

    // Session Delegate
    self.payButton.delegate = self

    // Session Datasource
    self.payButton.dataSource = self

    // Session Appearance
    self.payButton.appearance = self
kholdunn commented 4 years ago

for integration clarification please contact the support team at tap.company

nunepradeepkumar commented 4 years ago

I have placed PayButton in storyboard and set datasource and delegate. But it is only showing paybutton without any text(green background) and not working even if I tap the paybutton. Nothing happened.

   // Transaction mode
    GoSellSDK.mode = .sandbox        

    // Set language
    if(UserInfo.sharedInstance.currentLanguage == KEY_ENGLISH)
    {
        GoSellSDK.language = "en"
    }
    else {
        GoSellSDK.language = "ar"
    }

    // Session Delegate
    self.payButton.delegate = self

    // Session Datasource
    self.payButton.dataSource = self

    // Session Appearance
    self.payButton.appearance = self

Hi, I am also facing same issue Can you help me on this.