Post

Replies

Boosts

Views

Activity

Reply to Why does "NSArray *product = response.products" return no product?
Thank you for replying! Non-consumable in-app purchase "NSArray *product = response.products" is returning zero products, no error message Sandbox I had not tried StoreKit testing. I set it up. It's working. Thank you for the idea! I don't yet know why it wasn't working before, but I'll use this method until I submit the app and the in-app purchase. I'll hold off on the feedback assistant ticket for now. Thank you!
Mar ’23
Reply to Remove old build (to add a new build)
Looks like it was removed, unnecessary. Just add the new build to the App Store, the old one will disappear.
Replies
Boosts
Views
Activity
Oct ’23
Reply to In-App Purchase Restore - No observers found
Just above your existing paymentQueue code would work.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to In-App Purchase Restore - No observers found
To eliminate warning add: - (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product{ return true; }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Xcode won't open
Thanks, guys, much appreciated!
Replies
Boosts
Views
Activity
Mar ’23
Reply to IPod too small for my app
I forced to scrunch down, not pretty but it works.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Simulator error message
It started working after I deleted the in-app purchase and added it back, but the fix may have been something along the way that got refreshed.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Cannot re-add in-app purchase
Solved, I had to add back the storekit framework.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Cannot re-add in-app purchase
Solved, I had to add back the storekit framework.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Paying for app after user deletes it
Never mind, dumb question, I figured it out.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Newbie Bundle ID question
In the meantime I learned (newbie here) that the Bundle ID is the same for the app and the In-App Purchase.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Simulator error message
More info: Failed to get bundle ID from /Users/XXXXXXXXXX/Library/Developer/Xcode/DerivedData/XXXXXXXX-aqnbfdwgeliitxcttdjfmrzcxkda/Build/Products/Debug-iphonesimulator/XXXXXXXX.app
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Simulator error message
What Bundle ID can be missing in Simulator but not with hardware? What source file can "SourceFileLine = 666" refer to? It's not a line in my code.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Why does "NSArray *product = response.products" return no product?
Thank you for replying! Non-consumable in-app purchase "NSArray *product = response.products" is returning zero products, no error message Sandbox I had not tried StoreKit testing. I set it up. It's working. Thank you for the idea! I don't yet know why it wasn't working before, but I'll use this method until I submit the app and the in-app purchase. I'll hold off on the feedback assistant ticket for now. Thank you!
Replies
Boosts
Views
Activity
Mar ’23
Reply to Personal vs. company name
Thanks. We had an LLC in California ($800 per year!) and a Limited Partnership in Oregon costs only $100 per year. But I see your point; I'll skip it for now at least. Thanks!
Replies
Boosts
Views
Activity
Feb ’23
Reply to Personal vs. company name
Apple says "While many types of businesses can receive a D-U-N-S Number, your business must be recognized as a legal entity (such as a corporation, limited partnership, or limited liability company)" so I think the DUNS number won't help.
Replies
Boosts
Views
Activity
Feb ’23