Add new in-app purcchase item after app available in apple store in itunesconnect - objective-c

I am uploading to app to apple store, But I want to add new items later , can I add new in-app purchases from itunes account when app will approved and ready for sale, I have set everything IAP from server and in code.

Yes, you can. As long as you have code to retrieve list of available IAP and show them in your app - you're fine.
One correction. The very first IAP that you create for your app you must submit along with the binary. After that when navigating to iTunes Connect you should see In-App Purchases tab in your application page:

Yes, you just have to ensure that your live app knows how to handle these purchases, i.e. if you add a new IAP to unlock a feature, your app needs to know about it before submitting.

Related

Shopify app that can use and save camera data

I would like to build a Shopify app that can take pictures of the customer using the selfie camera, save them to a customer profile, and allow for guest checkout. I know this is partly possible because this app - https://www.esenca.app is able to achieve the camera functionality component.
Regarding the fine details, how would I create a Shopify app that can do this?
First you create a mobile App using your Flutter or React Native library (or whatever turns your mobile phone crank) with camera access. Ensure your App can take a picture and store it.
Second you would implement the Shopify oAuth pattern into your App, asking for customer permissions, so the merchant could choose to install this App in their store.
Third you would code up an extension in your App that displays this picture in the Customer account section of the App.
Fourth, clean up all the loose ends and profit from your adventure!

Can't Update Beta App on Google Play Store

I want to test new version app with my testers. I created close test channel and typed tester's email addresses. The beta app was published. App name was changed on Google Play Store to " (beta)". But we can't update. There is no update button on Google Play Store. There are two buttons, open and remove. How can we update the beta app to test on Google Play Store?
Thanks a lot.
As far as I know update is not supported. You either have to go live with the app or remove the current version and create new beta.

How to implement pay to remove ads in React Native (iOS and Android)

Hi I have a react native app with ads using react-native-admob I want the user to be able to click and pay to remove the ads. Please how do I go about doing this on both iOS and Android? I also want to ensure that when the user updates the app, they do not get the version with ads if they had previously bought the app.
Any ideas or libraries to use will be much appreciated.
Use a package for in-app purchases such as react-native-iap. There are methods for buying products which you would set up in your Google Play and App Store dashboards. As for keeping track of which users have already paid for what products, that is mentioned in the docs.

How to handle In-App purchase was complete outside the app (maybe in itunes app)?

I have an auto-renew subscription type in-app purchase product developed under iOS7.
Sometime user may not have billing information.
Therefore, after tapping purchase button, users will be redirected to itunes app for complete their billing information.
After they finished it, the purchase confirm dialog will show up.
Users tapped "Confirm" to do purchase but they were not redirected back to my app.
Instead, they needed to open my app by themselves.
And the un-completed transaction didn't come back neither.
It doesn't make sense. Does anybody know why?
Thanks.

How to delete an app from the App Store with NEW iTunes Connect

I want to delete the tested app from iTunes connect.
When I searched this topic in google i got one solution but i did not get any thing if i am following this procedure.
AppDeletionFromitunes
Please help me if any solution is there
Thanks&Regards
smily
Even in new iTunesConnect, you cannot remove applications that are in any other state than Ready For Sale unless it was approved at least once before.
As you wrote a tested app I guess it is not available on the AppStore or Ready For Sale. You will not be able to delete it.
You can't delete but you can hide it. Go to the Pricing tab (Rights and Pricing) and deselect all the countries. To be able to deselect all the countries click on 'specific territories'. After doing that the status of the app would change to 'Developer Removed From Sale'