Suchan Badyakar

Results 12 issues of Suchan Badyakar

I am using introductoryPrice.paymentMode and subscriptionPeriod to get if the App has a trial version and its period. But How do we identify if the trial period has ended? -...

I am getting an error toast only on android 10.0, on SDK 9.X.X, I am getting “Storage permissions are denied”. how do I set the permission? - I have android:requestLegacyExternalStorage="true"...

getting error while trying to choose image from gallery, **Open Gallery > Choose from library > Cannot get images!** all permissions are enabled, even the camera works but not the...

IOS crashes as soon as its loaded. This is what I collected from the console crash detail. Any idea whats wrong ? Also tried, https://github.com/baronha/react-native-multiple-image-picker/pull/138 but same. `Exception Type: EXC_CRASH...

Instead of closing the web dialog manually, I want to close on certain callback or every timeout. How can I achieve this?

I am switching from titanium webview to titanium-web-dialog, but how do I transfer data from webview to app side. Previously, I was using Ti.App.fireEvent("fromWebView", {}) on website and Ti.App.addEventListener("fromWebView", function(){});...

Upon SDK update to 11.0.0.GA, looks like the toast is crashing the app, only for iPhone 6s (12.5.5) but seems fine for iPhoneXs(15.5)

`When you answer this question, make sure to verify if any third-party SDK code in your app uses advertising ID. If so, you must declare that your app uses it....

`var Crashlytics = require('ti.crashlytics'); Crashlytics.crash(); Crashlytics.throwException()` Instead of actual app crashing, I am just getting a log `[ERROR] V8Exception: Exception occurred at undefined:240: Uncaught Error: This is a crash` Platform:...

### Describe the bug ``` @Kroll.method public void startAction(String actionName, KrollDict actionAttributes) { // Convert KrollDict to HashMap HashMap attributes = (HashMap) actionAttributes; GlobalRumMonitor.get().addAction(RumActionType.TAP, actionName, attributes); } ``` So, I...

bug