Loading...
Answers
MenuHow does Fancy use Apple In-App-Purchases? Apple's TOS says this isn't allowed?
This question has no further details.
Answers
Not knowing exactly the violation you are speaking of, there could be two possible reasons for this:
1. Apple is aware of the alternative use of their platform and allows Fancy to use their system in a method that violates their TOS because of the volume of transactions and their communications with Apple.
2. Apple has not yet detected the violation and/or the violation has not been reported to Apple.
In short, here is what it takes in order to integrate In-App Purchases into an iOS app:
1. Perform some basic project configuration in Xcode.
2. Create In-App Purchase product records in the iTunes Connect portal.
3. Add specific code to get the IAP product info from Apple and perform payments.
Every In-App Purchase product fall to one of the following categories, depending always on the app’s nature and the kind of the purchase:
a) Consumable: This kind of product can be purchased multiple times, and not just once. For example, in a game a consumable product can be several extra lives for the main hero. Consumable products unlock app features just for a small period, and they don’t have permanent effect.
b) Non-Consumable: This category is the exact opposite to the previous one, and as you understand the purchase of a non-consumable product is made just once. For example, buying extra fonts for a text-editing app must be done just one time, and the extra fonts must be available from there on and forever.
c) Renewable Subscriptions: You can guess based on its name what this product kind is for. With this, the purchase must be renewed from time to time (the interval can be specified in the iTunes Connect), and it is suitable in cases you sell a service that requires a subscription.
d) Non-Renewable Subscriptions: On the contrary to the previous case, a non-renewable subscription lasts one time only and expires. It is useful in cases the provided service does not require a new subscription, and it is going to end after a period.
Apple Store says, before offering in‑app purchases, you will need to sign the Paid Applications Agreement and set up your banking and tax information. Use Xcode to enable the in‑app purchase service for your app. Configure your in‑app purchases in App Store Connect, and include details such as name, pricing, and description that highlights the features and functionality of your in‑app purchase. You can also create and maintain your in‑app purchases using XML.
I believe this is the way Fancy app use Apple In-App-Purchases in Apple Store.
Besides if you do have any questions give me a call: https://clarity.fm/joy-brotonath
Related Questions
-
I'm looking to get off the Yahoo platform. Shopify seems to be nice, and BigCommerce just looks like a slightly better Yahoo. Thoughts?
Shopify is best use case for $0 to $1M ish, depending on product line, how many transactions that makes up, and if their are some custom things that are not possible on Shopify that realistically lead to huge gains that would cover more costs of a custom solution with something like magento. I recommend Shopify to everyone starting out. That's what we used at Diamond Candles up until about a $5M run rate. We were/are growing quickly so we hit a point where payoff of customizing checkout flow, add of social sign on, etc. that could not be done because of Shopify, would cover and surpass costs of a more custom option. Best to think about this simplistic example. View the ecom platform market in about 3 buckets. 1. Starting out: $0-$1M ish 2. Wow looks like you have a business: $1M-$20 or 50ish 3. You are/could be publicly traded: $50M+ Take a look at usage #'s for market share size from independent third party analytics tools from Builtwith: http://trends.builtwith.com/shop/Shopify/Market-Share http://trends.builtwith.com/shop http://trends.builtwith.com/shop/hosted-solution Just because something is found on the web more isn't the full picture. Ie. I could make a blogging platform and have a bunch of scripts and bots install it on millions of domains and I would have majority of the market for blogging platforms (ya that would take a while and isn't a realistic scenario but you can get the point). Providers dominating the different categories by companies in those areas actually doing volume and being succsessful? 1. Shopify, BigCommerce, Volusion, Magento GO, 2. Magento (varying editions), Yahoo Stores, Symphony Commerce 3. Demand Ware, GSI Commerce, Magento (varying editions) At the end of the day a good illustration goes like this. A truck and a moped are two different things. A truck is not trying to out 'moped' a moped and a moped not trying to out 'truck' a truck. They are both perfectly suited to different applications, situations, needs, and circumstances. The same goes with who you choose to handle your ecom platform. For 2-3 search for internet retailers first 500 and second 500 lists. Pull off all ecommerce companies doing between $10-$50M as an example. Use the builtwith.com chrome toolbar to tell you what platform they are using. Hire someone for $2 an hour via odesk to make a spreadsheet of everything and the make a pretty little pie chart. Now you know what each revenue volume level chooses as 1, 2, 3 preferred platforms. Option 3 as a side note but very important one, is primarily a platform and commerce as a service model with companies like Demand Ware and GSI Commerce leading the market with platform and services including but not limited to customer service for the brand, fulfillment, marketing services, website product photography etc. Their pricing models are based on gross revenue share. ie. SportsAuthority.com does $100M online this year, GSI takes 30% of that to cover everything. (I am not sure who Sports Authority uses, just an example) You can almost pick any traditional brick and mortar retailer and if they have a website where they sell things, they all do, GSI or DW are the people behind the scenes running the call centers, shipping etc. Diamond Candles, my company, who started on Shopify decided to not go with a the market dominating option of Magento for a few reasons. One of which being upfront cost for an agency or on staff magento CTO type. We decided to partner with a newer entrant, Symphony Commerce, which blends the 3rd category model of platform plus service. Rev. cut is significantly smaller than providers in category 3, but still get benefits of volume savings on shipping volume, scalable customer support that can handle rapid growth and occasional spikes without us having to worry about scaling or implementing best practices, and a fully customizable platform as a service so to speak that doesn't require us to have in house tech but where we are essentially renting part time ecommerce engineers from with resumes that list Google, FB, Twitter, Magento, Amazon, etc. So in summary. If you are <$1M in revenue just roll with Shopify. Greater than that but less than $50M ish then I would recommend looking into Symphony. If Symphony is interested in letting you in then you won't have to incur the upfront costs of an agency or implementation and you will have an ongoing partner equally incentivized i your long term success financially which I prefer as opposed to an agency model which economically is incentivized to offer a one time finished product and their revenue is not tied to my financial success. It is the closest thing to an equity partner while returning our full equity.JW
-
What is the best technology for developing a new mobile app from scratch?
There are two sides to that question. One is the mobile app itself and the other is the backend. If I misunderstood in any way and you didn't mean "native" app I apologize in advance. On the backend, there is no clear cut answer to which is the "best". It depends solely on the developers you are able to get. We for example use Node.js , mongoDB, redis, elasticsearch and a couple of proprietary tools in the backend. But you have your pick of the litter now both on the backend api and the datastore with the myriad of options available and touted as the "best" currently on the market. Now on the app side again it solely depends on what you need your mobile app to do. Experiencing first-hand "develop once, run anywhere" I can say it's more like "develop once, debug everywhere" to quote a Java saying. We have tried Phonegap and Titanium Appcelerator and we have switched to native (ObjC and Java) after a couple of months of trying to go the hybrid route. The reasons behind the choice are as follows: - anything that breaks the pattern of how those frameworks NEED to operate is just a huge technical debt that keeps accruing a huge interest. - anything that uses css3 accelerated animations on Android is buggy at best and slow as hell at worst on any lower (< 4.1 I think) versions of Android I hope this gives you some insight. If you need/want to ask me anything feel free to contact me. MihaiMP
-
How does the dating app Hinge market and acquire interest before they enter a new city?
They are getting interest through their traction in other cities. Since they are already in 20 cities and have approximately half a million users if you look at their Android app (https://play.google.com/store/apps/details?id=co.hinge.mobile.android), they can simply wait until one city "tips". This might also just be a strategy to artificially use scarcity since it works sometimes, such as with Mailbox(http://www.nirandfar.com/2013/07/psychology-of-scarcity.html). I think it doesn't really matter if they launch city after city, as they have $8M in funding and can just spend $5,000 on Facebook Ads and get 1,000 user in one city within a day. The effect of scarcity makes sense, if you are new and if you're a hyped startup such as Mailbox used to be. On the other hand, it makes sense if you don't have the resources to launch in many cities such as Uber, because they need the drivers first. I can also schedule a call, where I can tell you more about this as I've done a lot of apps and have a social network myself with Tennis Buddy.MK
-
What is the best and most cost efficient way to get exposure and downloads for my iphone app?
If I had to pick a single efficient and affordable way of getting in front of a targeted audience I would have to recommend Facebook in-stream ads. You control the budget, the target group and the message and they are, right now, offering the highest conversion rates for mobile apps. Keep in mind that your app needs to be amazing - that's the most effective strategy of all...RW
-
What is the best mobile app install tracking solution? By this I mean a solution that truly (or nearly) tracks click to install of app on iOS.
Sure, it's correlative for technical reasons, iTunes / AppStore does not provide (yet, might change) a mechanism for that, so 3rd parties have to build their own. I recently discussed with people from Adjust and I was really impressed. HasOffers / MobileAppTracking seems to be a good choice as well.AJ
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.