Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6125973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:18:47+00:00 2026-05-23T16:18:47+00:00

EDIT3:SOLVED inAppPurchase doesn’t work on jailbreak devices! (at least the sandbox testing) EDIT2: Now

  • 0

EDIT3:SOLVED

inAppPurchase doesn’t work on jailbreak devices! (at least the sandbox testing)


EDIT2: Now I know why the response wasn’t getting through: It was a network malfunction on the iPhone. When the network connection is up but not getting through any data the productRequest never gets a response.

Meanwhile I’m still getting an invalid product ID. Any help?


EDIT: Update: After trying adding new test user accounts and using them (and deleting/reinstalling the app over and over I now get Invalid Product…) What’s wrong? What’s missing?


I’m trying to implemente inAppPurchase system and it’s been a pain!

After keep getting invalid product ID’s I went through the following list:

[CHECKED] Have you enabled In-App Purchases for your App ID?

[CHECKED] Have you checked Cleared for Sale for your product?

[CHECKED] Have you submitted (and optionally rejected) your application binary?

[CHECKED] Does your project’s .plist Bundle ID match your App ID?

[CHECKED] Have you generated and installed a new provisioning profile for the new App ID?

[CHECKED] Have you configured your project to code sign using this new provisioning profile?

[CHECKED] Are you building for iPhone OS 3.0 or above?

[CHECKED] Are you using the full product ID when when making an SKProductRequest?

[CHECKED – a week now] Have you waited several hours since adding your product to iTunes Connect?

[CHECKED – received payments] Are your bank details active on iTunes Connect? (via Mark)

[THIS is where the problem arised] Have you tried deleting the app from your device and reinstalling? (via Hector, S3B, Alex O, Joe, and Alberto)

—-> And now the delegate doesn’t seem to work….?? I don’t get my @”didReceiveResponse” on the console but i do get the @”clicked and handling” (Code below)

@implementation InAppHandler

- (void)requestProUpgradeProductData
{
    NSLog(@"clicked and handling");

    NSSet *productIdentifiers = [NSSet setWithObject:@"pastedFromiTunesConnect"];
    productsRequest = [[SKProductsRequest alloc] initWithProductIdentifiers:productIdentifiers];
    productsRequest.delegate = self;
    [productsRequest start];

    // we will release the request object in the delegate callback
}

#pragma mark -
#pragma mark SKProductsRequestDelegate methods

- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
{
    NSLog(@"didReceiveResponse");

    NSArray *products = response.products;
    proUpgradeProduct = [products count] == 1 ? [[products objectAtIndex:0] retain] : nil;
    if (proUpgradeProduct)
    {
        NSLog(@"Product title: %@" , proUpgradeProduct.localizedTitle);
        NSLog(@"Product description: %@" , proUpgradeProduct.localizedDescription);
        NSLog(@"Product price: %@" , proUpgradeProduct.price);
        NSLog(@"Product id: %@" , proUpgradeProduct.productIdentifier);
    }

    for (NSString *invalidProductId in response.invalidProductIdentifiers)
    {
        NSLog(@"Invalid product id: %@" , invalidProductId);
    }

    // finally release the reqest we alloc/init’ed in requestProUpgradeProductData
    [productsRequest release];

    [[NSNotificationCenter defaultCenter] postNotificationName:kInAppPurchaseManagerProductsFetchedNotification object:self userInfo:nil];
}
@end

As anyone got this before? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T16:18:48+00:00Added an answer on May 23, 2026 at 4:18 pm

    inAppPurchase doesn’t work on some jailbreak devices (seems that can have something to do with AppSync)! (the sandbox testing doesn’t work that is)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

EDIT: Solved this myself - obviously won't work as sorting the dataTable doesn't sort
edit #2: Question solved halfways. Look below As a follow-up question, does anyone know
EDIT: Solved with a hack for now. Added at line 473: if (isset($this->_termsFreqs[$termId][$docId])) {
EDIT: solved, I know how but I don't understand why. I changed variables declaration
EDIT: SOLVED I'm working on a multi-threaded project right now where I have a
EDIT: solved see comments --don't know how to mark as solved with out an
EDIT: About to try intilizing my chars properly... [didnt work=( ] EDIT: SOLVED (I
EDIT: Solved, (at least for the explorer) the problem was it keeps the old
Edit : Solved, there was a trigger with a loop on the table (read
Edit: Solved. Hi, I'm starting with Qt, I try to connect a slot to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.