jayeshkarma100
jayeshkarma100
I also had this issue and asked about it on the Swift forums. The cause is trying to link against an older Swift runtime while targeting a newer version of...
main issue with Xcode12.5 just a simple thing download Xcode 12.0.1 and work on it
just put these lines //keys final String EXTRA_DATA_KEY = "extra"; //created new vri for extra if (Intent.ACTION_SEND.equals(action)) { if ("text/plain".equals(type)) { data.putString(DATA_KEY, intent.getStringExtra(Intent.EXTRA_TEXT)); //add this line data.putString(EXTRA_DATA_KEY,intent.getStringExtra(Intent.EXTRA_SUBJECT)); return data; }...
if you looking for a native android feel then you need to create a separate route for sharing intent and with this package, you can add conditions to show sharing...