gomarketme-react-native 5.0.1 → 5.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/README.md +4 -4
  2. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/Info.plist +19 -2
  3. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeDirectory +0 -0
  4. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeRequirements +0 -0
  5. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeResources +465 -0
  6. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeSignature +0 -0
  7. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/arm64-apple-ios-macabi.abi.json +2932 -0
  8. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/arm64-apple-ios-macabi.package.swiftinterface +86 -0
  9. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface +86 -0
  10. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc +0 -0
  11. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface +86 -0
  12. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/x86_64-apple-ios-macabi.abi.json +2932 -0
  13. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/x86_64-apple-ios-macabi.package.swiftinterface +86 -0
  14. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface +86 -0
  15. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc +0 -0
  16. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Modules/GoMarketMeAppleCoreKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface +86 -0
  17. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Versions/A/GoMarketMeAppleCoreKit +0 -0
  18. package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Versions/A/Resources/Info.plist +51 -0
  19. package/package.json +3 -5
  20. /package/android/libs/{core-5.0.0.jar → core-5.0.1.jar} +0 -0
@@ -0,0 +1,86 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
3
+ // swift-module-flags: -target x86_64-apple-ios15.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name GoMarketMeAppleCoreKit -package-name apple
4
+ // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2
5
+ import Foundation
6
+ import StoreKit
7
+ import Swift
8
+ import UIKit
9
+ import _Concurrency
10
+ import _StringProcessing
11
+ import _SwiftConcurrencyShims
12
+ final public class GoMarketMeAppleApiClient : @unchecked Swift.Sendable {
13
+ public init(session: Foundation.URLSession = .shared)
14
+ final public func postSDKInitialization(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration) async throws
15
+ #if compiler(>=5.3) && $NonescapableTypes
16
+ final public func postSystemInfo(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, payload: [Swift.String : Any]) async throws -> [Swift.String : Any]?
17
+ #endif
18
+ final public func sendPurchaseEvent(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, event: GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) async throws
19
+ @objc deinit
20
+ }
21
+ public struct GoMarketMeAppleCurrentPurchaseSyncResult : Swift.Sendable {
22
+ public let fetchedCount: Swift.Int
23
+ public let sentCount: Swift.Int
24
+ public let failedCount: Swift.Int
25
+ public let success: Swift.Bool
26
+ public init(fetchedCount: Swift.Int, sentCount: Swift.Int, failedCount: Swift.Int, success: Swift.Bool)
27
+ }
28
+ @available(iOS 15.0, *)
29
+ final public class GoMarketMeAppleCore : @unchecked Swift.Sendable {
30
+ public static let isDebugLoggingEnabled: Swift.Bool
31
+ final public var onPurchase: ((GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) -> Swift.Void)?
32
+ final public var onError: ((any Swift.Error) -> Swift.Void)?
33
+ public init(apiClient: GoMarketMeAppleCoreKit.GoMarketMeAppleApiClient = GoMarketMeAppleApiClient())
34
+ #if compiler(>=5.3) && $NonescapableTypes
35
+ final public func prepareAttribution(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration) async -> (configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, affiliateMarketingData: [Swift.String : Any]?)
36
+ #endif
37
+ final public func configure(_ configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration)
38
+ final public func start()
39
+ final public func stop()
40
+ final public func syncAllTransactions() async -> GoMarketMeAppleCoreKit.GoMarketMeAppleCurrentPurchaseSyncResult
41
+ final public func currentPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
42
+ final public func unfinishedPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
43
+ final public func allPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
44
+ final public func send(_ event: GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) async
45
+ final public func debugAllTransactions() async -> [[Swift.String : Any]]
46
+ @objc deinit
47
+ }
48
+ public enum GoMarketMeAppleCoreEndpoints {
49
+ public static let sdkInitialization: Foundation.URL
50
+ public static let systemInfo: Foundation.URL
51
+ public static let event: Foundation.URL
52
+ }
53
+ public struct GoMarketMeAppleCoreConfiguration : Swift.Sendable {
54
+ public let apiKey: Swift.String
55
+ public let affiliateCampaignCode: Swift.String?
56
+ public let deviceId: Swift.String?
57
+ public let sourceName: Swift.String
58
+ public let sdkType: Swift.String?
59
+ public let sdkVersion: Swift.String?
60
+ public let packageName: Swift.String?
61
+ public let eventEndpoint: Foundation.URL
62
+ public let sdkInitializationEndpoint: Foundation.URL
63
+ public let systemInfoEndpoint: Foundation.URL
64
+ public let isProduction: Swift.Bool?
65
+ #if compiler(>=5.3) && $NonescapableTypes
66
+ public init(apiKey: Swift.String, affiliateCampaignCode: Swift.String? = nil, deviceId: Swift.String? = nil, sourceName: Swift.String = "app_store", sdkType: Swift.String? = nil, sdkVersion: Swift.String? = nil, packageName: Swift.String? = nil, eventEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.event, sdkInitializationEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.sdkInitialization, systemInfoEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.systemInfo, isProduction: Swift.Bool? = nil)
67
+ #endif
68
+ #if compiler(>=5.3) && $NonescapableTypes
69
+ public func withAttribution(affiliateCampaignCode: Swift.String?, deviceId: Swift.String?, packageName: Swift.String?) -> GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration
70
+ #endif
71
+ }
72
+ @available(iOS 15.0, *)
73
+ public struct GoMarketMeApplePurchaseEvent {
74
+ public let productID: Swift.String
75
+ public let transactionID: Swift.String
76
+ public let originalTransactionID: Swift.String
77
+ public let signedTransaction: Swift.String?
78
+ public let purchaseDate: Foundation.Date
79
+ public let expirationDate: Foundation.Date?
80
+ public let productType: Swift.String
81
+ public let products: [[Swift.String : Any]]
82
+ #if compiler(>=5.3) && $NonescapableTypes
83
+ public init(productID: Swift.String, transactionID: Swift.String, originalTransactionID: Swift.String, signedTransaction: Swift.String?, purchaseDate: Foundation.Date, expirationDate: Foundation.Date?, productType: Swift.String, products: [[Swift.String : Any]] = [])
84
+ #endif
85
+ public func toDictionary() -> [Swift.String : Any]
86
+ }
@@ -0,0 +1,86 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
3
+ // swift-module-flags: -target x86_64-apple-ios15.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name GoMarketMeAppleCoreKit -package-name apple
4
+ // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2
5
+ import Foundation
6
+ import StoreKit
7
+ import Swift
8
+ import UIKit
9
+ import _Concurrency
10
+ import _StringProcessing
11
+ import _SwiftConcurrencyShims
12
+ final public class GoMarketMeAppleApiClient : @unchecked Swift.Sendable {
13
+ public init(session: Foundation.URLSession = .shared)
14
+ final public func postSDKInitialization(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration) async throws
15
+ #if compiler(>=5.3) && $NonescapableTypes
16
+ final public func postSystemInfo(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, payload: [Swift.String : Any]) async throws -> [Swift.String : Any]?
17
+ #endif
18
+ final public func sendPurchaseEvent(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, event: GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) async throws
19
+ @objc deinit
20
+ }
21
+ public struct GoMarketMeAppleCurrentPurchaseSyncResult : Swift.Sendable {
22
+ public let fetchedCount: Swift.Int
23
+ public let sentCount: Swift.Int
24
+ public let failedCount: Swift.Int
25
+ public let success: Swift.Bool
26
+ public init(fetchedCount: Swift.Int, sentCount: Swift.Int, failedCount: Swift.Int, success: Swift.Bool)
27
+ }
28
+ @available(iOS 15.0, *)
29
+ final public class GoMarketMeAppleCore : @unchecked Swift.Sendable {
30
+ public static let isDebugLoggingEnabled: Swift.Bool
31
+ final public var onPurchase: ((GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) -> Swift.Void)?
32
+ final public var onError: ((any Swift.Error) -> Swift.Void)?
33
+ public init(apiClient: GoMarketMeAppleCoreKit.GoMarketMeAppleApiClient = GoMarketMeAppleApiClient())
34
+ #if compiler(>=5.3) && $NonescapableTypes
35
+ final public func prepareAttribution(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration) async -> (configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, affiliateMarketingData: [Swift.String : Any]?)
36
+ #endif
37
+ final public func configure(_ configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration)
38
+ final public func start()
39
+ final public func stop()
40
+ final public func syncAllTransactions() async -> GoMarketMeAppleCoreKit.GoMarketMeAppleCurrentPurchaseSyncResult
41
+ final public func currentPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
42
+ final public func unfinishedPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
43
+ final public func allPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
44
+ final public func send(_ event: GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) async
45
+ final public func debugAllTransactions() async -> [[Swift.String : Any]]
46
+ @objc deinit
47
+ }
48
+ public enum GoMarketMeAppleCoreEndpoints {
49
+ public static let sdkInitialization: Foundation.URL
50
+ public static let systemInfo: Foundation.URL
51
+ public static let event: Foundation.URL
52
+ }
53
+ public struct GoMarketMeAppleCoreConfiguration : Swift.Sendable {
54
+ public let apiKey: Swift.String
55
+ public let affiliateCampaignCode: Swift.String?
56
+ public let deviceId: Swift.String?
57
+ public let sourceName: Swift.String
58
+ public let sdkType: Swift.String?
59
+ public let sdkVersion: Swift.String?
60
+ public let packageName: Swift.String?
61
+ public let eventEndpoint: Foundation.URL
62
+ public let sdkInitializationEndpoint: Foundation.URL
63
+ public let systemInfoEndpoint: Foundation.URL
64
+ public let isProduction: Swift.Bool?
65
+ #if compiler(>=5.3) && $NonescapableTypes
66
+ public init(apiKey: Swift.String, affiliateCampaignCode: Swift.String? = nil, deviceId: Swift.String? = nil, sourceName: Swift.String = "app_store", sdkType: Swift.String? = nil, sdkVersion: Swift.String? = nil, packageName: Swift.String? = nil, eventEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.event, sdkInitializationEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.sdkInitialization, systemInfoEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.systemInfo, isProduction: Swift.Bool? = nil)
67
+ #endif
68
+ #if compiler(>=5.3) && $NonescapableTypes
69
+ public func withAttribution(affiliateCampaignCode: Swift.String?, deviceId: Swift.String?, packageName: Swift.String?) -> GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration
70
+ #endif
71
+ }
72
+ @available(iOS 15.0, *)
73
+ public struct GoMarketMeApplePurchaseEvent {
74
+ public let productID: Swift.String
75
+ public let transactionID: Swift.String
76
+ public let originalTransactionID: Swift.String
77
+ public let signedTransaction: Swift.String?
78
+ public let purchaseDate: Foundation.Date
79
+ public let expirationDate: Foundation.Date?
80
+ public let productType: Swift.String
81
+ public let products: [[Swift.String : Any]]
82
+ #if compiler(>=5.3) && $NonescapableTypes
83
+ public init(productID: Swift.String, transactionID: Swift.String, originalTransactionID: Swift.String, signedTransaction: Swift.String?, purchaseDate: Foundation.Date, expirationDate: Foundation.Date?, productType: Swift.String, products: [[Swift.String : Any]] = [])
84
+ #endif
85
+ public func toDictionary() -> [Swift.String : Any]
86
+ }
@@ -0,0 +1,86 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)
3
+ // swift-module-flags: -target x86_64-apple-ios15.0-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -module-name GoMarketMeAppleCoreKit -package-name apple
4
+ // swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2
5
+ import Foundation
6
+ import StoreKit
7
+ import Swift
8
+ import UIKit
9
+ import _Concurrency
10
+ import _StringProcessing
11
+ import _SwiftConcurrencyShims
12
+ final public class GoMarketMeAppleApiClient : @unchecked Swift.Sendable {
13
+ public init(session: Foundation.URLSession = .shared)
14
+ final public func postSDKInitialization(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration) async throws
15
+ #if compiler(>=5.3) && $NonescapableTypes
16
+ final public func postSystemInfo(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, payload: [Swift.String : Any]) async throws -> [Swift.String : Any]?
17
+ #endif
18
+ final public func sendPurchaseEvent(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, event: GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) async throws
19
+ @objc deinit
20
+ }
21
+ public struct GoMarketMeAppleCurrentPurchaseSyncResult : Swift.Sendable {
22
+ public let fetchedCount: Swift.Int
23
+ public let sentCount: Swift.Int
24
+ public let failedCount: Swift.Int
25
+ public let success: Swift.Bool
26
+ public init(fetchedCount: Swift.Int, sentCount: Swift.Int, failedCount: Swift.Int, success: Swift.Bool)
27
+ }
28
+ @available(iOS 15.0, *)
29
+ final public class GoMarketMeAppleCore : @unchecked Swift.Sendable {
30
+ public static let isDebugLoggingEnabled: Swift.Bool
31
+ final public var onPurchase: ((GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) -> Swift.Void)?
32
+ final public var onError: ((any Swift.Error) -> Swift.Void)?
33
+ public init(apiClient: GoMarketMeAppleCoreKit.GoMarketMeAppleApiClient = GoMarketMeAppleApiClient())
34
+ #if compiler(>=5.3) && $NonescapableTypes
35
+ final public func prepareAttribution(configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration) async -> (configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration, affiliateMarketingData: [Swift.String : Any]?)
36
+ #endif
37
+ final public func configure(_ configuration: GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration)
38
+ final public func start()
39
+ final public func stop()
40
+ final public func syncAllTransactions() async -> GoMarketMeAppleCoreKit.GoMarketMeAppleCurrentPurchaseSyncResult
41
+ final public func currentPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
42
+ final public func unfinishedPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
43
+ final public func allPurchases() async throws -> [GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent]
44
+ final public func send(_ event: GoMarketMeAppleCoreKit.GoMarketMeApplePurchaseEvent) async
45
+ final public func debugAllTransactions() async -> [[Swift.String : Any]]
46
+ @objc deinit
47
+ }
48
+ public enum GoMarketMeAppleCoreEndpoints {
49
+ public static let sdkInitialization: Foundation.URL
50
+ public static let systemInfo: Foundation.URL
51
+ public static let event: Foundation.URL
52
+ }
53
+ public struct GoMarketMeAppleCoreConfiguration : Swift.Sendable {
54
+ public let apiKey: Swift.String
55
+ public let affiliateCampaignCode: Swift.String?
56
+ public let deviceId: Swift.String?
57
+ public let sourceName: Swift.String
58
+ public let sdkType: Swift.String?
59
+ public let sdkVersion: Swift.String?
60
+ public let packageName: Swift.String?
61
+ public let eventEndpoint: Foundation.URL
62
+ public let sdkInitializationEndpoint: Foundation.URL
63
+ public let systemInfoEndpoint: Foundation.URL
64
+ public let isProduction: Swift.Bool?
65
+ #if compiler(>=5.3) && $NonescapableTypes
66
+ public init(apiKey: Swift.String, affiliateCampaignCode: Swift.String? = nil, deviceId: Swift.String? = nil, sourceName: Swift.String = "app_store", sdkType: Swift.String? = nil, sdkVersion: Swift.String? = nil, packageName: Swift.String? = nil, eventEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.event, sdkInitializationEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.sdkInitialization, systemInfoEndpoint: Foundation.URL = GoMarketMeAppleCoreEndpoints.systemInfo, isProduction: Swift.Bool? = nil)
67
+ #endif
68
+ #if compiler(>=5.3) && $NonescapableTypes
69
+ public func withAttribution(affiliateCampaignCode: Swift.String?, deviceId: Swift.String?, packageName: Swift.String?) -> GoMarketMeAppleCoreKit.GoMarketMeAppleCoreConfiguration
70
+ #endif
71
+ }
72
+ @available(iOS 15.0, *)
73
+ public struct GoMarketMeApplePurchaseEvent {
74
+ public let productID: Swift.String
75
+ public let transactionID: Swift.String
76
+ public let originalTransactionID: Swift.String
77
+ public let signedTransaction: Swift.String?
78
+ public let purchaseDate: Foundation.Date
79
+ public let expirationDate: Foundation.Date?
80
+ public let productType: Swift.String
81
+ public let products: [[Swift.String : Any]]
82
+ #if compiler(>=5.3) && $NonescapableTypes
83
+ public init(productID: Swift.String, transactionID: Swift.String, originalTransactionID: Swift.String, signedTransaction: Swift.String?, purchaseDate: Foundation.Date, expirationDate: Foundation.Date?, productType: Swift.String, products: [[Swift.String : Any]] = [])
84
+ #endif
85
+ public func toDictionary() -> [Swift.String : Any]
86
+ }
@@ -0,0 +1,51 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>BuildMachineOSBuild</key>
6
+ <string>25E253</string>
7
+ <key>CFBundleDevelopmentRegion</key>
8
+ <string>en</string>
9
+ <key>CFBundleExecutable</key>
10
+ <string>GoMarketMeAppleCoreKit</string>
11
+ <key>CFBundleIdentifier</key>
12
+ <string>apple.GoMarketMeAppleCoreKit</string>
13
+ <key>CFBundleInfoDictionaryVersion</key>
14
+ <string>6.0</string>
15
+ <key>CFBundleName</key>
16
+ <string>GoMarketMeAppleCoreKit</string>
17
+ <key>CFBundlePackageType</key>
18
+ <string>FMWK</string>
19
+ <key>CFBundleShortVersionString</key>
20
+ <string>1.0</string>
21
+ <key>CFBundleSupportedPlatforms</key>
22
+ <array>
23
+ <string>MacOSX</string>
24
+ </array>
25
+ <key>CFBundleVersion</key>
26
+ <string>1</string>
27
+ <key>DTCompiler</key>
28
+ <string>com.apple.compilers.llvm.clang.1_0</string>
29
+ <key>DTPlatformBuild</key>
30
+ <string>25A352</string>
31
+ <key>DTPlatformName</key>
32
+ <string>macosx</string>
33
+ <key>DTPlatformVersion</key>
34
+ <string>26.0</string>
35
+ <key>DTSDKBuild</key>
36
+ <string>25A352</string>
37
+ <key>DTSDKName</key>
38
+ <string>macosx26.0</string>
39
+ <key>DTXcode</key>
40
+ <string>2601</string>
41
+ <key>DTXcodeBuild</key>
42
+ <string>17A400</string>
43
+ <key>LSMinimumSystemVersion</key>
44
+ <string>12.0</string>
45
+ <key>UIDeviceFamily</key>
46
+ <array>
47
+ <integer>2</integer>
48
+ <integer>6</integer>
49
+ </array>
50
+ </dict>
51
+ </plist>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomarketme-react-native",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "description": "Affiliate Marketing for React Native and Expo iOS and Android apps.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -9,12 +9,10 @@
9
9
  "lib",
10
10
  "ios/GoMarketMeReactNative.swift",
11
11
  "ios/GoMarketMeReactNativeBridge.m",
12
- "ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/Info.plist",
13
- "ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64/GoMarketMeAppleCoreKit.framework",
14
- "ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework",
12
+ "ios/Frameworks/GoMarketMeAppleCoreKit.xcframework",
15
13
  "android/build.gradle",
16
14
  "android/src",
17
- "android/libs/core-5.0.0.jar",
15
+ "android/libs/core-5.0.1.jar",
18
16
  "gomarketme-react-native.podspec",
19
17
  "react-native.config.js",
20
18
  "README.md",
File without changes