You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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):
Additional context
Port Java code to Swift/ObjC, full reference
MainActivity.java
The text was updated successfully, but these errors were encountered: