SDKBOX IAP Remove Clipboard

I Used IAP SDK ver 2.3.12.5.

“sdkbox::IAP::init()” clipboard remove.
Please fix.

Thank you.

Thanks for reporting this issue.

Is it on iOS or android?

How do we reproduce this issue? if sdkbox::IAP::init() is invoked, it will clear the clipboard?

It is iOS.
Just calling sdkbox::IAP::init() will remove.

I confirmed that it is not fixed even with the v2.3.17.1
When are you going to fix it?

It’s strange we don’t have any logic to clear clipboard, we’ll double check again.

how to reproduce your issue?
copy something in app ? An other app?

Clipboard is not used in the my app.

[Process]
1.Copy text on home screen. (In the search form, memo app, etc.)
2.Launch the application.

bool AppDelegate::applicationDidFinishLaunching() {
	sdkbox::IAP::init();
	return true;
}

3.Close the application and paste on the home screen.
“Paste” menu are not displayed.
or pasted the character is empty.

I have confirmed the reproduction with multiple applications that introduced sdkbox :: IAP, but can not you reproduce with that?

I do not know if it is related, but my language is Japanese.

Thank you.

Clipboard does not clear when commenting out.

bool AppDelegate::applicationDidFinishLaunching() {
	//sdkbox::IAP::init();
	return true;
}

I reproduced this issue. Thanks reporting.

20171122UPDATE:
fixed it.

1 Like

fixed in 2.3.17.3 version.