@capgo/native-market 7.0.0 → 7.1.6

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 (49) hide show
  1. package/.eslintignore +5 -0
  2. package/.github/FUNDING.yml +1 -0
  3. package/.github/ISSUE_TEMPLATE/bug_report.yml +86 -0
  4. package/.github/ISSUE_TEMPLATE/feature_request.yml +45 -0
  5. package/.github/workflows/autofix.yml +23 -0
  6. package/.github/workflows/build.yml +82 -0
  7. package/.github/workflows/bump_version.yml +57 -0
  8. package/.github/workflows/test.yml +58 -0
  9. package/.prettierrc.js +3 -0
  10. package/CHANGELOG.md +502 -0
  11. package/CapgoNativeMarket.podspec +1 -1
  12. package/PLUGIN_AUTHOR_README.md +51 -0
  13. package/README.md +8 -24
  14. package/android/build.gradle +7 -7
  15. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  16. package/android/gradle/wrapper/gradle-wrapper.properties +2 -1
  17. package/android/gradlew +21 -13
  18. package/android/gradlew.bat +12 -10
  19. package/android/src/androidTest/java/com/getcapacitor/android/ExampleInstrumentedTest.java +1 -2
  20. package/android/src/main/java/com/getcapacitor/community/nativemarket/NativeMarket.java +70 -73
  21. package/bun.lock +820 -0
  22. package/dist/docs.json +10 -10
  23. package/dist/esm/web.d.ts +5 -5
  24. package/dist/esm/web.js +10 -10
  25. package/dist/esm/web.js.map +1 -1
  26. package/dist/plugin.cjs.js +10 -10
  27. package/dist/plugin.cjs.js.map +1 -1
  28. package/dist/plugin.js +10 -10
  29. package/dist/plugin.js.map +1 -1
  30. package/ios/Plugin/Plugin.swift +31 -12
  31. package/ios/Plugin.xcodeproj/project.pbxproj +4 -12
  32. package/ios/Plugin.xcworkspace/contents.xcworkspacedata +10 -0
  33. package/ios/PluginTests/PluginTests.swift +0 -10
  34. package/ios/Podfile +1 -1
  35. package/java_code_style.xml +24 -0
  36. package/package.json +46 -51
  37. package/renovate.json +20 -0
  38. package/rollup.config.mjs +22 -0
  39. package/src/definitions.ts +58 -0
  40. package/src/index.ts +10 -0
  41. package/src/web.ts +28 -0
  42. package/tsconfig.json +19 -0
  43. package/android/android.iml +0 -109
  44. package/android/src/main/res/layout/bridge_layout_main.xml +0 -15
  45. package/android/src/main/res/values/colors.xml +0 -3
  46. package/android/src/main/res/values/strings.xml +0 -3
  47. package/android/src/main/res/values/styles.xml +0 -3
  48. package/ios/Plugin/Plugin.h +0 -10
  49. package/ios/Plugin/Plugin.m +0 -12
package/CHANGELOG.md ADDED
@@ -0,0 +1,502 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ### [7.1.6](https://github.com/Cap-go/capacitor-native-market/compare/7.1.5...7.1.6) (2025-07-19)
6
+
7
+ ### [7.1.5](https://github.com/Cap-go/capacitor-native-market/compare/7.1.4...7.1.5) (2025-04-03)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * url issue ([4e2bce4](https://github.com/Cap-go/capacitor-native-market/commit/4e2bce4d809d1027b369814fc31858742ae03cbf))
13
+
14
+ ### [7.1.4](https://github.com/Cap-go/native-market/compare/7.1.3...7.1.4) (2025-04-03)
15
+
16
+ ### [7.1.3](https://github.com/Cap-go/native-market/compare/7.1.2...7.1.3) (2025-04-03)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * Remove res folder ([4614665](https://github.com/Cap-go/native-market/commit/4614665d0e227fe1b6dca1243c33df37fb1b698d))
22
+
23
+ ### [7.1.2](https://github.com/Cap-go/native-market/compare/7.1.1...7.1.2) (2025-04-03)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * lint issue ([25d7acc](https://github.com/Cap-go/native-market/commit/25d7acc9a5a91affaaad5acb7f3fe42c0f5ec8c0))
29
+
30
+ ### [7.1.1](https://github.com/Cap-go/native-market/compare/7.1.0...7.1.1) (2025-02-09)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * add missing class ([a781465](https://github.com/Cap-go/native-market/commit/a781465433f190d14f9c0cc09defb3795086354b))
36
+
37
+ ## [7.1.0](https://github.com/Cap-go/native-market/compare/6.0.2...7.1.0) (2025-02-08)
38
+
39
+
40
+ ### Features
41
+
42
+ * migrate to capacitor v7 ([b7a6df1](https://github.com/Cap-go/native-market/commit/b7a6df1e27c87d30ae8bccccebb04491844f32ed))
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * CICD ([c67070f](https://github.com/Cap-go/native-market/commit/c67070fd0e8cee620f405acbfc22d98cb96aab03))
48
+
49
+ ### [6.0.2](https://github.com/riderx/native-market/compare/6.0.1...6.0.2) (2024-09-05)
50
+
51
+ ### [6.0.1](https://github.com/riderx/native-market/compare/6.0.0...6.0.1) (2024-04-30)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * pnpm version ([0c8fb0d](https://github.com/riderx/native-market/commit/0c8fb0dd0e9d1674dbf1edccb2835202aa18c630))
57
+
58
+ ## [6.0.0](https://github.com/riderx/native-market/compare/5.0.5...6.0.0) (2024-04-30)
59
+
60
+
61
+ ### ⚠ BREAKING CHANGES
62
+
63
+ * upgrade to capacitor 6
64
+
65
+ ### Features
66
+
67
+ * upgrade to capacitor 6 ([f4e1970](https://github.com/riderx/native-market/commit/f4e1970a0deb8405adb7d91dad654fb1bcfe9b12))
68
+
69
+ ### [5.0.5](https://github.com/riderx/native-market/compare/5.0.4...5.0.5) (2023-11-13)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * lint issue ([afca77c](https://github.com/riderx/native-market/commit/afca77c250d500966c2fd5db19ab209031b9000a))
75
+
76
+ ### [5.0.4](https://github.com/riderx/native-market/compare/5.0.3...5.0.4) (2023-11-13)
77
+
78
+
79
+ ### Bug Fixes
80
+
81
+ * crash if no app found ([cdaa081](https://github.com/riderx/native-market/commit/cdaa081f287e1352d3d2ca07aa73801a4d531ed3))
82
+ * lockfile ([92e7e0d](https://github.com/riderx/native-market/commit/92e7e0d42efa6ee63377b044f8b9eaa110c23696))
83
+ * remove husky ([fb54dab](https://github.com/riderx/native-market/commit/fb54dabed5fe84a70306aafcca2e10a17fc97dbc))
84
+
85
+ ### [5.0.3](https://github.com/riderx/native-market/compare/5.0.2...5.0.3) (2023-06-21)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * use publish v2 ([9d4e5f4](https://github.com/riderx/native-market/commit/9d4e5f4e4e1f52aedc83003770f2d7c2ca40de9c))
91
+
92
+ ### [5.0.2](https://github.com/riderx/native-market/compare/5.0.1...5.0.2) (2023-06-21)
93
+
94
+
95
+ ### Bug Fixes
96
+
97
+ * ios build ([f4c88a1](https://github.com/riderx/native-market/commit/f4c88a142cb9ab98b4294cb01323e131c9f1a2e3))
98
+
99
+ ### [5.0.1](https://github.com/riderx/native-market/compare/2.0.0...5.0.1) (2023-06-21)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * pnpm ([8fec601](https://github.com/riderx/native-market/commit/8fec6011bd30caa8d36f5d344bd930dc0ed8df2e))
105
+ * test fix commit and see if CI is sane now ([fba5857](https://github.com/riderx/native-market/commit/fba585739e28861bc9d5258e17896fdbb85626fe))
106
+
107
+ ## [2.0.0](https://github.com/riderx/native-market/compare/5.0.0...2.0.0) (2023-06-21)
108
+
109
+ ### Bug Fixes
110
+
111
+ - lint issue and pnpm ([8cc1e82](https://github.com/riderx/native-market/commit/8cc1e8281fa32597307c84469c128922a26cbc15))
112
+ - test fix commit and see if CI is sane now ([94e4d99](https://github.com/riderx/native-market/commit/94e4d99e06edbe94539c1896de691d6761b7f7a9))
113
+ - version number ([c9892a1](https://github.com/riderx/native-market/commit/c9892a11d7d9d60e7051dd0e2788ac77d8b7e1ad))
114
+
115
+ ## [6.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v6.0.0) (2023-06-21)
116
+
117
+ ### ⚠ BREAKING CHANGES
118
+
119
+ - upgrade to capacitor 5
120
+
121
+ ### Features
122
+
123
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
124
+
125
+ ### Bug Fixes
126
+
127
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
128
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
129
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
130
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
131
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
132
+ - lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
133
+ - pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
134
+ - remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
135
+ - test fix commit and see if CI is sane now ([94e4d99](https://github.com/riderx/native-market/commit/94e4d99e06edbe94539c1896de691d6761b7f7a9))
136
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
137
+ - version number ([c0524f3](https://github.com/riderx/native-market/commit/c0524f349642cc5d13eb6b3e1d2ab24e20a4d35e))
138
+
139
+ ## [5.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v5.0.0) (2023-06-21)
140
+
141
+ ### ⚠ BREAKING CHANGES
142
+
143
+ - upgrade to capacitor 5
144
+
145
+ ### Features
146
+
147
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
148
+
149
+ ### Bug Fixes
150
+
151
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
152
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
153
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
154
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
155
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
156
+ - lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
157
+ - pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
158
+ - remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
159
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
160
+ - version number ([c0524f3](https://github.com/riderx/native-market/commit/c0524f349642cc5d13eb6b3e1d2ab24e20a4d35e))
161
+
162
+ ## [11.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v11.0.0) (2023-06-01)
163
+
164
+ ### ⚠ BREAKING CHANGES
165
+
166
+ - upgrade to capacitor 5
167
+
168
+ ### Features
169
+
170
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
171
+
172
+ ### Bug Fixes
173
+
174
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
175
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
176
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
177
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
178
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
179
+ - lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
180
+ - pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
181
+ - remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
182
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
183
+
184
+ ## [10.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v10.0.0) (2023-05-29)
185
+
186
+ ### ⚠ BREAKING CHANGES
187
+
188
+ - upgrade to capacitor 5
189
+
190
+ ### Features
191
+
192
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
193
+
194
+ ### Bug Fixes
195
+
196
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
197
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
198
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.2 ([13fb865](https://github.com/riderx/native-market/commit/13fb8653531301589111dd0d3bb01c272f090c36))
199
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
200
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
201
+ - lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
202
+ - pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
203
+ - remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
204
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
205
+
206
+ ## [9.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v9.0.0) (2023-05-23)
207
+
208
+ ### ⚠ BREAKING CHANGES
209
+
210
+ - upgrade to capacitor 5
211
+
212
+ ### Features
213
+
214
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
215
+
216
+ ### Bug Fixes
217
+
218
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
219
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
220
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
221
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
222
+ - lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
223
+ - pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
224
+ - remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
225
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
226
+
227
+ ## [8.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v8.0.0) (2023-05-23)
228
+
229
+ ### ⚠ BREAKING CHANGES
230
+
231
+ - upgrade to capacitor 5
232
+
233
+ ### Features
234
+
235
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
236
+
237
+ ### Bug Fixes
238
+
239
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
240
+ - **deps:** update dependency com.android.tools.build:gradle to v8.0.1 ([828747d](https://github.com/riderx/native-market/commit/828747d2f129a3c69684d8a5b4d3ae93bc8fcef3))
241
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
242
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
243
+ - lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
244
+ - pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
245
+ - remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
246
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
247
+
248
+ ## [7.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v7.0.0) (2023-05-22)
249
+
250
+ ### ⚠ BREAKING CHANGES
251
+
252
+ - upgrade to capacitor 5
253
+
254
+ ### Features
255
+
256
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
257
+
258
+ ### Bug Fixes
259
+
260
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
261
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
262
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
263
+ - lint issue ([9d5bef2](https://github.com/riderx/native-market/commit/9d5bef22ab08e56852dcc3f1a937abd9d1d6d531))
264
+ - pre commit hook ([a494f8f](https://github.com/riderx/native-market/commit/a494f8f9f0a96da74e2aeb8495959bcf5d8f90ad))
265
+ - remove prepare ([ac1e9c4](https://github.com/riderx/native-market/commit/ac1e9c4450c77c8852cd7f13205751f8dfb386a0))
266
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
267
+
268
+ ## [6.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v6.0.0) (2023-05-22)
269
+
270
+ ### ⚠ BREAKING CHANGES
271
+
272
+ - upgrade to capacitor 5
273
+
274
+ ### Features
275
+
276
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
277
+
278
+ ### Bug Fixes
279
+
280
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
281
+ - lint ([30ff568](https://github.com/riderx/native-market/commit/30ff5685d87b4bca8d0cd310072f659708d50060))
282
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
283
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
284
+
285
+ ## [5.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v5.0.0) (2023-05-22)
286
+
287
+ ### ⚠ BREAKING CHANGES
288
+
289
+ - upgrade to capacitor 5
290
+
291
+ ### Features
292
+
293
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
294
+
295
+ ### Bug Fixes
296
+
297
+ - ci name ([06e37b9](https://github.com/riderx/native-market/commit/06e37b9f55105499fffe70b48c2778538f4862fe))
298
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
299
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
300
+
301
+ ## [4.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v4.0.0) (2023-05-22)
302
+
303
+ ### ⚠ BREAKING CHANGES
304
+
305
+ - upgrade to capacitor 5
306
+
307
+ ### Features
308
+
309
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
310
+
311
+ ### Bug Fixes
312
+
313
+ - lint ([1793fff](https://github.com/riderx/native-market/commit/1793fff6e2b0d9c78ec802f12bf7e0c794fa9cff))
314
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
315
+
316
+ ## [3.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v3.0.0) (2023-05-22)
317
+
318
+ ### ⚠ BREAKING CHANGES
319
+
320
+ - upgrade to capacitor 5
321
+
322
+ ### Features
323
+
324
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
325
+
326
+ ### Bug Fixes
327
+
328
+ - update deps ([d6f9d49](https://github.com/riderx/native-market/commit/d6f9d494523077f16911b1be1682c597ad762eec))
329
+
330
+ ## [2.0.0](https://github.com/riderx/native-market/compare/v1.1.36...v2.0.0) (2023-05-22)
331
+
332
+ ### ⚠ BREAKING CHANGES
333
+
334
+ - upgrade to capacitor 5
335
+
336
+ ### Features
337
+
338
+ - upgrade to capacitor 5 ([ce6fcac](https://github.com/riderx/native-market/commit/ce6fcac7705d2dc9fe2872a8106f8ddc1ba9ff84))
339
+
340
+ ### [1.1.36](https://github.com/riderx/native-market/compare/v1.1.35...v1.1.36) (2023-05-22)
341
+
342
+ ### [1.1.35](https://github.com/riderx/native-market/compare/v1.1.34...v1.1.35) (2023-05-22)
343
+
344
+ ### [1.1.34](https://github.com/riderx/native-market/compare/v1.1.33...v1.1.34) (2023-05-15)
345
+
346
+ ### [1.1.33](https://github.com/riderx/native-market/compare/v1.1.32...v1.1.33) (2023-05-01)
347
+
348
+ ### [1.1.32](https://github.com/riderx/native-market/compare/v1.1.31...v1.1.32) (2023-04-26)
349
+
350
+ ### Bug Fixes
351
+
352
+ - use https ([3aa12dd](https://github.com/riderx/native-market/commit/3aa12dd6fdc768752ff5f6b25722f97aabd561a3))
353
+
354
+ ### [1.1.31](https://github.com/riderx/native-market/compare/v1.1.30...v1.1.31) (2023-04-24)
355
+
356
+ ### [1.1.30](https://github.com/riderx/native-market/compare/v1.1.29...v1.1.30) (2023-04-17)
357
+
358
+ ### [1.1.29](https://github.com/riderx/native-market/compare/v1.1.28...v1.1.29) (2023-04-10)
359
+
360
+ ### [1.1.28](https://github.com/riderx/native-market/compare/v1.1.27...v1.1.28) (2023-04-03)
361
+
362
+ ### [1.1.27](https://github.com/riderx/native-market/compare/v1.1.26...v1.1.27) (2023-03-27)
363
+
364
+ ### [1.1.26](https://github.com/riderx/native-market/compare/v1.1.25...v1.1.26) (2023-03-20)
365
+
366
+ ### [1.1.25](https://github.com/riderx/native-market/compare/v1.1.24...v1.1.25) (2023-03-06)
367
+
368
+ ### [1.1.24](https://github.com/riderx/native-market/compare/v1.1.23...v1.1.24) (2023-02-27)
369
+
370
+ ### [1.1.23](https://github.com/riderx/native-market/compare/v1.1.22...v1.1.23) (2023-02-27)
371
+
372
+ ### [1.1.22](https://github.com/riderx/native-market/compare/v1.1.21...v1.1.22) (2023-02-20)
373
+
374
+ ### [1.1.21](https://github.com/riderx/native-market/compare/v1.1.20...v1.1.21) (2023-02-13)
375
+
376
+ ### [1.1.20](https://github.com/riderx/native-market/compare/v1.1.19...v1.1.20) (2023-02-06)
377
+
378
+ ### [1.1.19](https://github.com/riderx/native-market/compare/v1.1.18...v1.1.19) (2023-01-30)
379
+
380
+ ### [1.1.18](https://github.com/riderx/native-market/compare/v1.1.17...v1.1.18) (2023-01-09)
381
+
382
+ ### [1.1.17](https://github.com/riderx/native-market/compare/v1.1.16...v1.1.17) (2023-01-04)
383
+
384
+ ### Bug Fixes
385
+
386
+ - use pnpm instead of npm ([97219f2](https://github.com/riderx/native-market/commit/97219f23b1bd9287e6bc93ba8115e39084759a7c))
387
+
388
+ ### [1.1.16](https://github.com/riderx/native-market/compare/v1.1.15...v1.1.16) (2023-01-04)
389
+
390
+ ### [1.1.15](https://github.com/riderx/native-market/compare/v1.1.14...v1.1.15) (2023-01-04)
391
+
392
+ ### [1.1.14](https://github.com/riderx/native-market/compare/v1.1.13...v1.1.14) (2023-01-04)
393
+
394
+ ### [1.1.13](https://github.com/riderx/native-market/compare/v1.1.12...v1.1.13) (2022-12-26)
395
+
396
+ ### [1.1.12](https://github.com/riderx/native-market/compare/v1.1.11...v1.1.12) (2022-12-15)
397
+
398
+ ### [1.1.11](https://github.com/riderx/native-market/compare/v1.1.10...v1.1.11) (2022-12-12)
399
+
400
+ ### [1.1.10](https://github.com/riderx/native-market/compare/v1.1.9...v1.1.10) (2022-12-03)
401
+
402
+ ### [1.1.9](https://github.com/riderx/native-market/compare/v1.1.8...v1.1.9) (2022-12-03)
403
+
404
+ ### [1.1.8](https://github.com/riderx/native-market/compare/v1.1.7...v1.1.8) (2022-11-30)
405
+
406
+ ### [1.1.7](https://github.com/riderx/native-market/compare/v1.1.6...v1.1.7) (2022-11-24)
407
+
408
+ ### [1.1.6](https://github.com/riderx/native-market/compare/v1.1.5...v1.1.6) (2022-11-22)
409
+
410
+ ### [1.1.5](https://github.com/riderx/native-market/compare/v1.1.4...v1.1.5) (2022-11-22)
411
+
412
+ ### Bug Fixes
413
+
414
+ - **deps:** update dependency com.android.tools.build:gradle to v7.3.1 ([c1a7d2a](https://github.com/riderx/native-market/commit/c1a7d2a7c7acb330ae6e6b028cd54559eed3adec))
415
+
416
+ ### [1.1.4](https://github.com/riderx/native-market/compare/v1.1.3...v1.1.4) (2022-11-22)
417
+
418
+ ### [1.1.3](https://github.com/riderx/native-market/compare/v1.1.2...v1.1.3) (2022-11-22)
419
+
420
+ ### [1.1.2](https://github.com/riderx/native-market/compare/v1.1.1...v1.1.2) (2022-11-11)
421
+
422
+ ### Bug Fixes
423
+
424
+ - lint issue ([e7ccc1f](https://github.com/riderx/native-market/commit/e7ccc1faad0365faa9e841b035b070065ffbbae3))
425
+
426
+ ### [1.1.1](https://github.com/riderx/native-market/compare/v1.1.0...v1.1.1) (2022-11-11)
427
+
428
+ ### Bug Fixes
429
+
430
+ - build ([8dd9629](https://github.com/riderx/native-market/commit/8dd962926fc81899907e5fed351ecb9455b6ae18))
431
+
432
+ ## [1.1.0](https://github.com/riderx/native-market/compare/v1.0.12...v1.1.0) (2022-11-11)
433
+
434
+ ### Features
435
+
436
+ - add ci to build native ([52ba907](https://github.com/riderx/native-market/commit/52ba90783767f703d1bbc8072966216f55843ecd))
437
+
438
+ ### [1.0.12](https://github.com/riderx/native-market/compare/v1.0.11...v1.0.12) (2022-11-11)
439
+
440
+ ### Bug Fixes
441
+
442
+ - ios openStoreListing ([3a70a71](https://github.com/riderx/native-market/commit/3a70a7149a21c2c5a727d081473b1c37bb6a5b2e))
443
+
444
+ ### [1.0.11](https://github.com/riderx/native-market/compare/v1.0.10...v1.0.11) (2022-11-10)
445
+
446
+ ### Bug Fixes
447
+
448
+ - update dependency ([9133f99](https://github.com/riderx/native-market/commit/9133f996996c4229117f790ba62c4322e48147f0))
449
+
450
+ ### [1.0.10](https://github.com/riderx/native-market/compare/v1.0.9...v1.0.10) (2022-11-10)
451
+
452
+ ### Bug Fixes
453
+
454
+ - app store appID ([08e44b3](https://github.com/riderx/native-market/commit/08e44b359b312e1c98110e13447263dbc5721fc3))
455
+
456
+ ### [1.0.9](https://github.com/riderx/native-market/compare/v1.0.8...v1.0.9) (2022-08-29)
457
+
458
+ ### [1.0.8](https://github.com/riderx/native-market/compare/v1.0.7...v1.0.8) (2022-08-21)
459
+
460
+ ### Bug Fixes
461
+
462
+ - readme ([7dfac5b](https://github.com/riderx/native-market/commit/7dfac5b558c6373b980d3288793920bac41d9a25))
463
+
464
+ ### [1.0.7](https://github.com/riderx/native-market/compare/v1.0.6...v1.0.7) (2022-08-01)
465
+
466
+ ### Bug Fixes
467
+
468
+ - deprecated ([8819e5a](https://github.com/riderx/native-market/commit/8819e5a3e0e651902230b445d8f7eaf606dfa731))
469
+
470
+ ### [1.0.6](https://github.com/riderx/native-market/compare/v1.0.5...v1.0.6) (2022-07-31)
471
+
472
+ ### Bug Fixes
473
+
474
+ - missing file after rename ([c07f681](https://github.com/riderx/native-market/commit/c07f681ecf621563d1637658aa0b6534785c1308))
475
+
476
+ ### [1.0.5](https://github.com/riderx/native-market/compare/v1.0.4...v1.0.5) (2022-07-28)
477
+
478
+ ### Bug Fixes
479
+
480
+ - issue after renaming ([221e1ac](https://github.com/riderx/native-market/commit/221e1ac29d812f00eae8edae97e3eeb8158556d7))
481
+
482
+ ### [1.0.4](https://github.com/riderx/native-market/compare/v1.0.3...v1.0.4) (2022-07-24)
483
+
484
+ ### Bug Fixes
485
+
486
+ - org ([cbd1e6a](https://github.com/riderx/native-market/commit/cbd1e6a246b6c5cb2ec263b478d21dc6f1ee76f7))
487
+
488
+ ### [1.0.3](https://github.com/riderx/native-market/compare/v1.0.2...v1.0.3) (2022-07-24)
489
+
490
+ ### Bug Fixes
491
+
492
+ - cannot use normal token ([0b4e158](https://github.com/riderx/native-market/commit/0b4e1587e2498eae149b6aa2d700f1a7636234ea))
493
+
494
+ ### 1.0.2 (2022-07-24)
495
+
496
+ ### Bug Fixes
497
+
498
+ - add ci and change org ([44a2b73](https://github.com/riderx/native-market/commit/44a2b731998baef852ab53312f64eb74990aa1c7))
499
+ - podcast issue and upgrade deps ([df9a5b6](https://github.com/riderx/native-market/commit/df9a5b6fbca5cbc06cfe092207bcffabb85ce567))
500
+ - readme and deploy ([f8a28f3](https://github.com/riderx/native-market/commit/f8a28f35085449763f25df0b9f0001537ae25839))
501
+ - test ci ([33a0e03](https://github.com/riderx/native-market/commit/33a0e03f9d9ebebdbe8298615a8abb17c02e5bb5))
502
+ - use new token to push ([b8c6895](https://github.com/riderx/native-market/commit/b8c6895784d48f652bc7c214bbe26ae4154b2dcf))
@@ -8,6 +8,6 @@
8
8
  s.author = 'Priyank Patel <priyank.patel@stackspace.ca>'
9
9
  s.source = { :git => 'https://github.com/Cap-go/native-market', :tag => s.version.to_s }
10
10
  s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
11
- s.ios.deployment_target = '13.0'
11
+ s.ios.deployment_target = '14.0'
12
12
  s.dependency 'Capacitor'
13
13
  end
@@ -0,0 +1,51 @@
1
+ # For authors of this plugin from the Capacitor core team
2
+
3
+ This is a welcome message to all new plugin authors in the Capacitor Community organization. After reading and acting on this feel free to delete it from the repo.
4
+
5
+ First of all, welcome! We look forward to having your awesome plugin and contributions in this organization and are available for help if need be (easiest way is to ping one of us on Twitter).
6
+
7
+ ## Registring with the Capacitor team
8
+
9
+ Before following any of the steps below, make sure you have been granted access to the `capacitor-community` GitHub org and `@capacitor-community` npm scope.
10
+
11
+ ## Project Setup
12
+
13
+ One of the goals of the Capacitor Community initiative is to have a set of github repos that follow a set of conventions around READMES, package naming
14
+
15
+ ### Getting Started
16
+
17
+ When starting a new repo in the `capacitor-community` org, make sure to select using the `capacitor-community/.github` template repo for your new project. This will pre-populate your project with a set of ready to go housekeeping items.
18
+
19
+ ### License
20
+
21
+ We _strongly_ encourage your project use the MIT license. Apache 2 is also acceptable. Any other license must be approved with the Capacitor core team in advance to avoid licensing surprises.
22
+
23
+ Your next step after creating the project should be to update the `LICENSE` file and fill in the correct year and copyright holder information.
24
+
25
+ ### README format
26
+
27
+ ### Package Naming
28
+
29
+ Packages should be named as simply as possible, without any `capacitor` or `plugin` words in the package name itself. Packages must be published in the `@capacitor-community` npm scope.
30
+
31
+ For example, a Google Maps plugin would be published under `@capacitor-community/google-maps`.
32
+
33
+ ### Publishing
34
+
35
+ Projects should use the `np` package for publishing which will correctly update tags and manage the entire publish process.
36
+
37
+ ### Changelogs
38
+
39
+ Projects should follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) process (more info soon)
40
+
41
+ ### Recognizing Contributors
42
+
43
+ Recognizing contributors is important. Every project in the `capacitor-community` GitHub org is automatically set up to use [All Contributors](https://allcontributors.org/) and maintainers should recognize any community members that contribute by following the [All Contributors usage guide](https://allcontributors.org/docs/en/bot/usage).
44
+
45
+ ### Code Formatting
46
+
47
+ Capacitor uses a slightly less conventional code style for iOS and Android. The main differences are using two spaces and curly braces opening on the same line. Please adjust your editor settings or use a code formatter. In the future we will distribute a prettier config to make this easier.
48
+
49
+ ### Where to get help
50
+
51
+ While the Capacitor Community organization is a community-driven environment, it is facilitated by the core Capacitor team at Ionic. If you are ever in need of help, don't hesitate to tweet at one of us or send us an email, especially to Max (Ionic CEO): [@maxlynch on Twitter](https://twitter.com/maxlynch).
package/README.md CHANGED
@@ -1,16 +1,10 @@
1
1
  # Capacitor Native Market Plugin
2
2
 
3
- <a href="https://capgo.app/">
4
- <img
5
- src="https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png"
6
- alt="Capgo - Instant updates for capacitor"
7
- />
8
- </a>
3
+ <a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
9
4
 
10
5
  <div align="center">
11
- <h2>
12
- <a href="https://capgo.app/">Check out: Capgo Instant updates for capacitor</a>
13
- </h2>
6
+ <h2><a href="https://capgo.app/?ref=plugin"> ➡️ Get Instant updates for your App with Capgo</a></h2>
7
+ <h2><a href="https://capgo.app/consulting/?ref=plugin"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
14
8
  </div>
15
9
 
16
10
  Capacitor community plugin for native market for Play Store/App Store.
@@ -120,7 +114,7 @@ NativeMarket.search({
120
114
  ### openStoreListing(...)
121
115
 
122
116
  ```typescript
123
- openStoreListing(options: { appId: string; country?: string; }) => any
117
+ openStoreListing(options: { appId: string; country?: string; }) => Promise<void>
124
118
  ```
125
119
 
126
120
  This method will launch link in Play/App Store.
@@ -129,8 +123,6 @@ This method will launch link in Play/App Store.
129
123
  | ------------- | ------------------------------------------------- |
130
124
  | **`options`** | <code>{ appId: string; country?: string; }</code> |
131
125
 
132
- **Returns:** <code>any</code>
133
-
134
126
  **Since:** 1.0.0
135
127
 
136
128
  --------------------
@@ -139,7 +131,7 @@ This method will launch link in Play/App Store.
139
131
  ### openDevPage(...)
140
132
 
141
133
  ```typescript
142
- openDevPage(options: { devId: string; }) => any
134
+ openDevPage(options: { devId: string; }) => Promise<void>
143
135
  ```
144
136
 
145
137
  This method will deep-link directly to an Play/App store listing page.
@@ -150,8 +142,6 @@ Only in Android.
150
142
  | ------------- | ------------------------------- |
151
143
  | **`options`** | <code>{ devId: string; }</code> |
152
144
 
153
- **Returns:** <code>any</code>
154
-
155
145
  **Since:** 1.0.0
156
146
 
157
147
  --------------------
@@ -160,7 +150,7 @@ Only in Android.
160
150
  ### openCollection(...)
161
151
 
162
152
  ```typescript
163
- openCollection(options: { name: string; }) => any
153
+ openCollection(options: { name: string; }) => Promise<void>
164
154
  ```
165
155
 
166
156
  This method will link users to a collection or top charts.
@@ -170,8 +160,6 @@ Only in Android.
170
160
  | ------------- | ------------------------------ |
171
161
  | **`options`** | <code>{ name: string; }</code> |
172
162
 
173
- **Returns:** <code>any</code>
174
-
175
163
  **Since:** 1.0.0
176
164
 
177
165
  --------------------
@@ -180,7 +168,7 @@ Only in Android.
180
168
  ### openEditorChoicePage(...)
181
169
 
182
170
  ```typescript
183
- openEditorChoicePage(options: { editorChoice: string; }) => any
171
+ openEditorChoicePage(options: { editorChoice: string; }) => Promise<void>
184
172
  ```
185
173
 
186
174
  This method will link users to Editor's choice page.
@@ -191,8 +179,6 @@ Only in Android.
191
179
  | ------------- | -------------------------------------- |
192
180
  | **`options`** | <code>{ editorChoice: string; }</code> |
193
181
 
194
- **Returns:** <code>any</code>
195
-
196
182
  **Since:** 1.0.0
197
183
 
198
184
  --------------------
@@ -201,7 +187,7 @@ Only in Android.
201
187
  ### search(...)
202
188
 
203
189
  ```typescript
204
- search(options: { terms: string; }) => any
190
+ search(options: { terms: string; }) => Promise<void>
205
191
  ```
206
192
 
207
193
  This method will link users to custom search query.
@@ -212,8 +198,6 @@ Only in Android.
212
198
  | ------------- | ------------------------------- |
213
199
  | **`options`** | <code>{ terms: string; }</code> |
214
200
 
215
- **Returns:** <code>any</code>
216
-
217
201
  **Since:** 1.0.0
218
202
 
219
203
  --------------------