Error downloading in-App product in android - in-app-purchase

when i try to purchase an item(in-app purchase item) from android market, i get the following error, "product cannot be downloaded due to an error (-100)".What would be the reason for this ? Can anyone help me ?

Related

ITMS-90338: Non-public API usage

I am having trouble uploading my app to the App Store Connect. I have uploaded the same app several times before but today its showing this error:
The app references non-public selectors in Payload/Runner.app/Frameworks/webview_flutter_wkwebview.framework/webview_flutter_wkwebview: initWithFrame:configuration:, isMainFrame, setNavigationDelegate:, userContentController With error code STATE_ERROR.VALIDATION_ERROR.50 for id
I have not change anything that has to do with the webview_flutter dependency since the last upload.
Xcode Version 13.4.1
Message from Apple: "The issue has been resolved on the app validation backend. Please try resubmitting. Sorry for the trouble."

App crashes on iOS simulator when forced to Sign In With Apple ID

I have been testing my app successfully for months now. Within the last week when I launch my app on the simulator I get a "Sign In With Apple ID" prompt. Whether I cancel or sign in successfully it closes my app and Android Studio loses connection to the app and posts the following:
Unsupported value: Error Domain=AMSErrorDomain Code=2 "An unknown error occurred. Please try again." UserInfo={NSLocalizedDescription=An unknown error occurred. Please try again.} of type NSError
I have tried different OS versions in the simulator
The app works fine and normally in on a real device (Android and iOS)
OSX, Xcode, Android Studio, Flutter are all up to date
Does anyone know what's going on here and how I can help it?

iTunes Connect trouble - 2.1 - Apps that crash will be rejected

I have created a game for iPhone in Swift (Xcode 6.4) and there is no error message in Xcode. Everything is working correctly in Simulator and also on real iPhone. Problem is after submitting the package to the iTunes Connect.
I alway get error: 2.1 - Apps that crash will be rejected.
"We were unable to review your app, as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue."
Logs:
http://a52.phobos.apple.com/us/r30/Purple1/v4/fc/77/53/fc7753f6-9d9d-991d-8c02-c1afeae66ea2/temp..ojahvbgy.crash?downloadKey3=1438984413_5da87ab807d97290498f8dbabc60dec7
and
http://a1313.phobos.apple.com/us/r30/Purple1/v4/7d/79/b2/7d79b24b-e816-0c34-8f51-d9775024c3cb/temp..dxslzkma.crash?downloadKey3=1438984413_b6f3584e263db2c6a0e387b6b725763a
I’m trying to solve my problem over the month and I have still no solution. Any idea? Thank you in advice.

iOS Push Notification issue with Mobile First 7.0 (Hybrid)

We are facing issue with "iOS Push Notification" functionality with Mobile First 7.0.
We have downloaded push notification sample app from
Sample App. As MF 7.0 doesn't have any sample app. So we used sample app of MF 6.3.
After installation we have tried to "subscribe" through iOS device. Its throwing below error and app is crashing.
[ERROR ] FWLSE0020E: Ajax request exception: The transaction has been rolled back. See the nested exceptions for details on the errors that occurred. [project PushNotifications][ERROR ] FWLSE0117E: Error code: 1, error description: INTERNAL_ERROR, error message: FWLSE0069E: An internal error occurred during gadget request [project PushNotifications]The transaction has been rolled back. See the nested exceptions for details on the errors that occurred., User Identity {wl_directUpdateRealm=(name:null, loginModule:WLDirectUpdateNullLoginModule), SubscribeServlet=null, wl_authenticityRealm=null, wl_remoteDisableRealm=(name:null, loginModule:WLRemoteDisableNullLoginModule), SampleAppRealm=null, wl_antiXSRFRealm=(name:mibphsqb0hb1bfcko7t0nfstts, loginModule:WLAntiXSRFLoginModule), PushAppRealm=(name:Test1, loginModule:PushAppLoginModule), wl_deviceAutoProvisioningRealm=null, wl_deviceNoProvisioningRealm=(name:89E62244-B169-4C8E-BB83-BD7F6868310E, loginModule:WLDeviceNoProvisioningLoginModule), myserver=(name:b71e8870-df42-424a-bc38-924c645d621e, loginModule:WeakDummy), wl_anonymousUserRealm=(name:b71e8870-df42-424a-bc38-924c645d621e, loginModule:WeakDummy)}. [project PushNotifications]
com.worklight.common.log.filters.ErrorFilte
Why are you saying MFP 7.0 doesn't have any sample? it is linked to in the tutorials for MFP 7.0, here: https://developer.ibm.com/mobilefirstplatform/documentation/getting-started-7-0/notifications/push-notifications-hybrid-applications/event-source-based-notifications/
So first try to the appropriate sample.
Additionally the error log does not reveal anything... provide logs from Xcode.
As for the crash - make sure you are using the latest MFPF 7.0 iFix from IBM Fix Central as an iOS push-related fix was delivered some time ago. You may be using a version affected by the bug.

InApp not working with iOs 5.1.1

my app has an inApp purchase which is working fine with my ipad having iOS 5.0.
Now the same build when tested with iOS 5.1.1 giving error in inApp Purchase "Cannot connect to iTunes Store". While debugging i am getting the product list succesfully but getting error when i try to purchase that product...
SKPayment *payment = [SKPayment paymentWithProductIdentifier:productIdentifier];
Is anybody facing this type of error for inApp purchase? Any suggestion will be of great help.
Thanks.
This solution works for me:-
Go to Setting--->General--->Reset--->Reset All Setting, and it's working fine.
You're using paymentWithProductIdentifier: which is deprecated in iOS 5.0, maybe that's the problem.
Try using :paymentWithProduct: instead.
"paymentWithProductIdentifier:
Returns a new payment with the specified product identifier. (Deprecated in iOS 5.0.)" http://developer.apple.com/library/ios/documentation/StoreKit/Reference/StoreKit_Collection/StoreKit_Collection.pdf

Resources