HomeiOS DevelopmentTapkey Cell SDK lacking construct when utilizing Goal C for iOS

Tapkey Cell SDK lacking construct when utilizing Goal C for iOS


I get this error message when making an attempt to make use of the Tapkey Cell SDK for iOS in a Goal C AppDelegate:

No seen @interface for ‘TKMServiceFactoryBuilder’ declares the selector ‘construct’

That is the code I take advantage of to initialize the ServiceFactory:

TKMServiceFactoryBuilder *builder = [[TKMServiceFactoryBuilder alloc] init]; self.tapkeyServiceFactory = [builder build];

Right here is the error message as screenshot:

enter image description here

Am I lacking some imports? The code above with the config has a legitimate construct technique. I may use the setConfig to make use of the config above.

Or am I simply not utilizing the library appropriately in Objetcive C?

The undertaking is React Native. The SDK is working with Android utilizing the React Native Bridge and I need to add it to iOS to.

The SDK is ready for iOS however sadly the AppDelegate is in objetcive c and never swift. There isn’t a documentation on how one can use it with that.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments