Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iap additions #22049

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

iap additions #22049

wants to merge 48 commits into from

Conversation

TCROC
Copy link

@TCROC TCROC commented May 26, 2024

This supersedes #20996. @vanniktech expressed a desire to get these changes into master. The original author of the previous PR isn't responding. Tbh, I haven't used these since last summer BUT I do plan on using them in our new title very soon (probably in ~2 months). Here's is a PR with "Allows edits by maintainers" set to true so the maintainers can get this in faster if they so desire.

If you want to wait for me to resolve the merge conflicts, it probably won't be for at least another 2 months. But please feel free to make any changes yourself. I hope this helps you out @vanniktech :)

joshdholtz and others added 30 commits December 20, 2022 21:43
…, load subscription localization by id, and delete a subscription localization
@vanniktech
Copy link
Contributor

I was trying it out using pry but I didn't get far:

my_id is from the return of Spaceship.app.find('com.vanniktech.yatzy.ios') which succeeded.

However when running this:

Spaceship::ConnectAPI.get_in_app_purchases(:app_id => "my_id")

it yielded:

[54] pry(#<Spaceship::Playground>)> Spaceship::ConnectAPI.get_in_app_purchases(:app_id => "8G9HJ2SL94")
Spaceship::UnexpectedResponse: The specified resource does not exist - There is no resource of type 'apps' with id '8G9HJ2SL94'

am I doing something wrong? This is my Gemfile:

source "https://rubygems.org"

gem "pry"
gem "fastlane", :git => "https://github.com/TCROC/fastlane", :branch => "tcroc/iap"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants