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

Fix iOS build #1

Open
MarinX opened this issue Jun 7, 2020 · 0 comments
Open

Fix iOS build #1

MarinX opened this issue Jun 7, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MarinX
Copy link
Owner

MarinX commented Jun 7, 2020

Describe the bug
Flutter uses a flexible system that allows you to call platform-specific APIs whether available in Kotlin or Java code on Android, or in Swift or Objective-C code on iOS.
YAP! uses gopenpgp for PGP manipulation which is a 3rd party lib.

To Reproduce
Build an iOS, it will crash because of the platform specific code is missing for iOS.

Expected behavior
App to run and execute platform specific code.

Smartphone (please complete the following information):

  • OS: iOS
  • Version any

Additional context
Port Java code to Swift/ObjC, full reference
MainActivity.java

@MarinX MarinX self-assigned this Jun 7, 2020
@MarinX MarinX added the bug Something isn't working label Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant