I am trying to implement the in-app purchase but while reading the tutorial-> http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/ i come to know that there should be developer provisioning profile instead of distribution profile to test the in-app purchase. I want to hand over the app to my client for testing purpose later on . So my question is should i implement in-app with distribution profile? Will my client able to test it? If Not than any other idea? I havn't said to my client to create developer account till yet. Please help me
You have to use developer profile for testing in-app purchase, your client will be able to test it(based on type of in-app).
Related
This is the text from AppStore for Rejection.
We noticed that your app offers a subscription with a mechanism other than the in-app purchase API.
Actually app is not having any third party for payment or no any In app purchase but if i searched for InAppPurchase OR Subscription word in project then i can found methods inside the FBSDKLoginKit and FBSDKCoreKit.
In App Purchase is OFF in Capabilities.
In App Purchase is ON in Certificates. (Which is by default ON)
But They are saying we are offering subscription other than In app purchase which is actually not there.
Does any one have solution of this type of issue?
Please help guys!
Thanks in advance!
You need to resubmit to Apple for review and mention that App does not have any Subscription/In App purchase, and that you are using Facebook SDK that has subscription support but you are not using that feature in your app.
I'm not sure if this will successfully make your application pass the review process but it may help
I want to develop demo application at my development machine.
Here I want to use pushsharp for mobile Notifications and further I want to use it on
iphone.
For pushsharp integration with iphone I requires ios provisioning
reference: https://github.com/Redth/PushSharp/wiki/How-to-Configure-&-Send-Apple-Push-Notifications-using-PushSharp
But https://developer.apple.com is asking for $99 dollars for it use.
So here my question is that Is there any free/developer key is available to this or I need to purchase this.
I need to show some demo before going to purchase any thing.
please help me on this.
Thanks
Apple recommended that developer use the code singing when they want to test application on device. So for that purpose developer have to purchase such a/c. for create provisioning profile and certificates.
you can found more information at developer portal regarding setup profile check this. Also for APNS have to set that enabled in your app id.
You can test your app in Simulator without purchase of $99.
But if you want to test your app in physical device then you must have to purchase developer account of $99.
Also if you want to test APNS then also you need this purchasable account.
So, I recommended to purchase it for other benefits as well.
How can I test in-app purchase before release?
I have an application which is not in the app store i haven't provide the details for submission of my application in itunesconnect and I want to implement In-app purchase for the same application is it possible?
Yes it is possible. But for that you need to login to your iTunes Connect account and submit details of ur app and then create In-App Purchases from there only. You can test it before uploading it to the app store.
Please do some R&D on your own on google and then come here with the code if u have some problem.
I have an iOS developer account, and I help another developer to develop their in-app purchase App.
(There are two different accounts, and I am not in their developer team. That is, I don't have their certificate file)
Without valid signing provisioning file, I got invalid product error.
(I examined source code by using my own bundle ID, product ID, and use my team provisioning file, and it works.)
However, I have encountered the same situation before. I tested the in-app purchase successfully only filling bundle ID and product ID that another develop team given.
I am curious how did I make it.
Does there something change in in-app purchase rule? Or I misunderstood something?
Thanks for any helps.
I have an app which is available in app store and was signed with a certificate made from an account A. Now can I submit an update of the same app this time signing it with a different certificate created using another developer account say B?
Thanks in advance,
Tony
I think yes, but may be both developer account should be under same iPhone Developer Program Membership. Can you see the same application at http://itunesconnect.apple.com/ using another developer account?