sharukhrahman

Results 10 comments of sharukhrahman

it doesnt.. whenever im tapping on get location, the location is launched by the emulator(shown in statusbar) but the plugin is not recieving. E/flutter ( 9931): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: The...

if i comment the device preview lines, its working fine.. even the here maps sdk also doesnt work

//access location method to be called anywhere in app Future getCurrentLocation() async { return await Geolocator.getCurrentPosition( desiredAccuracy: LocationAccuracy.best); } main.dart Future main() async { WidgetsFlutterBinding.ensureInitialized(); runApp(DevicePreview( builder: (context) => MyApp(),...

im seeing the location icon in statusbar when i tap the location button on the app, but the device preview is not getting it //im using the emulator. not the...

thank you sir..!!! Also i used latest stable for both the packages.. Also im on flutter stable channel

You guys are still fixing this issue?

> Unfortunately no, I have heard nothing from the RNI team on this issue. Although my fix above does "seem" to solve the issue, I decided to simply stick with...

tried using storekit2 and modified the above signature parsing thing, and added some lines in the appleSk2.ts line 104 to get discounts ` var discounts: Discount[] = [] if (subscription?.promotionalOffers)...

> @sharukhrahman97, you said the offers are working on debug and preview builds but not on production correct? Are these promotional offers or introductory offers? Are you using expo.dev for...

> ### Discussed in #2697 > Originally posted by **benglasgow** March 2, 2024 I read through the app store connect docs on how to set up an offer code, but...