File tree 1 file changed +0
-32
lines changed
1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -171,38 +171,6 @@ public static void Disable()
171
171
#endif
172
172
}
173
173
174
- public static void EnablePlayStoreKidsApp ( )
175
- {
176
- if ( IsEditor ( ) )
177
- {
178
- return ;
179
- }
180
-
181
- #if UNITY_IOS
182
- Debug . Log ( "[Adjust]: Marking apps as Play Store kids app is only supported for Android platform." ) ;
183
- #elif UNITY_ANDROID
184
- AdjustAndroid . EnablePlayStoreKidsApp ( ) ;
185
- #else
186
- Debug . Log ( errorMsgPlatform ) ;
187
- #endif
188
- }
189
-
190
- public static void DisablePlayStoreKidsApp ( )
191
- {
192
- if ( IsEditor ( ) )
193
- {
194
- return ;
195
- }
196
-
197
- #if UNITY_IOS
198
- Debug . Log ( "[Adjust]: Marking apps as Play Store kids app is only supported for Android platform." ) ;
199
- #elif UNITY_ANDROID
200
- AdjustAndroid . DisablePlayStoreKidsApp ( ) ;
201
- #else
202
- Debug . Log ( errorMsgPlatform ) ;
203
- #endif
204
- }
205
-
206
174
public static void IsEnabled ( Action < bool > callback )
207
175
{
208
176
if ( IsEditor ( ) )
You can’t perform that action at this time.
0 commit comments