Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme.md does not say Share Extension should choose Language as Swift. #315

Open
tindi-plus opened this issue Aug 3, 2024 · 0 comments

Comments

@tindi-plus
Copy link

tindi-plus commented Aug 3, 2024

The readme.md does not specify that the language for Share Extension should be Swift. As a result, I used Objective C which was the default selected by Xcode and I could not complete step 8 for iOS which was

// Go to Build Phases of your Runner target and
// move `Embed Foundation Extension` to the top of `Thin Binary`. 
import receive_sharing_intent

class ShareViewController: RSIShareViewController {
      
    // Use this method to return false if you don't want to redirect to host app automatically.
    // Default is true
    override func shouldAutoRedirect() -> Bool {
        return false
    }
    
}```

This is a super omission.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant