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
To let these sample apps work properly, please follow the [SearchInApps Android SDK developer guide](https://developers.google.com/search-in-apps/android) to get your client id and api key, and put them into the sample apps' AndroidManifest.xml file.
35
+
The sample apps need a **client id** and **api key** to work. Please follow the [SearchInApps Android SDK developer guide](https://developers.google.com/search-in-apps/android) or [SearchInApps iOS SDK developer guide](https://developers.google.com/search-in-apps/ios) to get your client id and api key.
36
+
37
+
For Android, insert the **client id** and **api key** into the sample apps' AndroidManifest.xml file, for iOS insert it into the project's Info.plist.
27
38
28
-
For Java developers
39
+
For Android Java developers
29
40
-------------------
30
41
31
42
The Android View sample application is contained in the view/ directory. It is written fully in Java. The detailed information about the SearchInApps SDK's Java classes can be found [here](https://developers.google.com/search-in-apps/android/reference/com/google/android/libraries/searchinapps/package-summary).
32
43
33
-
For Jetpack Compose developers
44
+
For Android Jetpack Compose developers
34
45
------------------------------
35
46
36
47
The Jetpack Compose sample application is contained in the compose/ directory. It is written fully in Kotlin. The detailed information about the SearchInApps SDK's Kotlin classes can be found [here](https://developers.google.com/search-in-apps/android/reference/kotlin/com/google/android/libraries/searchinapps/package-summary).
37
48
49
+
For iOS SwiftUI developers
50
+
------------------------------
51
+
The SwiftUI sample application is contained in the swiftui/ directory. The detailed information about the SearchInApps SDK's Swift classes can be found [here](https://developers.google.com/search-in-apps/ios/reference/api/swift_reference/Classes/ContextualSearchRuntime).
0 commit comments