|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/the-ultimate-in-app-purchases-guide-for-ios10-and-swift-3/
课程评论:没有评论
课程名称:iOS 13和Swift 5.1的终极应用内购买指南 课程概述: 本课程提供了一个全面的指南,帮助开发者在iOS 13和Swift 5.1上实现应用内购买功能。自从Apple引入基于订阅的定价模式后,开发者们面临了新的商业机会。该课程通过使用RebeloperStore这一强大的应用内购买助手,旨在简化开发过程,使开发者能够快速而轻松地实现各种类型的应用内购买,包括消费品、非消费品、自动续订订阅及非续订订阅。 RebeloperStore使得添加应用内购买只需一行代码,极大降低了实现难度。例如,使用一行代码即可购买自动续订订阅,或者验证非续订购买的有效性。课程还介绍了虚拟货币系统,开发者可以方便地处理游戏中的货币系统,如金币和宝石。 课程强调了订阅模式对开发者的重要性,认为这是现金流的“圣杯”。随着Apple将订阅模式推向大众,用户将更愿意接受并定期订阅应用服务。课程鼓励开发者提前采用这种新商业模式,从而在竞争中占得先机。 课程记录了多个重要更新,确保其内容始终与最新技术标准相符。无论是初学者还是经验丰富的开发者,都能从中受益。 欢迎查看课程的免费预览讲座,期待在课程中见到你!
5.0.2 - (27.01.2020)Fixed bug in local subscription verification; file changed: RebeloperStorePro.swift5.0.1 - (14.01.2020)Added "TPInAppReceipt" for local subscription receipt verification; make sure you add it to your pod file!Update 5.0.0 - (02.08.2019)Completely rewritten for Swift 5.1, iOS 12, Xcode 10Update 4.0.0: NOW WORKS in Objective-C projects too!Updated to iOS 12 and Swift 4.2!Apples Subscription-based Pricing is a Game-changer! And YOU can benefit from it.Subscription-based Pricing is a HUGE deal! Till recently it was limited to only a few categories, but yet again Apple will shake the App Industry by allowing any apps to use the subscription business model. You should use it immediately!Okay, but implementing In-app Purchases can be a huge pain. And now that Swift 4.2 is out there are no real tutorials, wrappers or solutions out there. This is why I have created RebeloperStore, a powerful In-app Purchases Helper that will help you add any kind of IAP with just a fraction of the time and effort it usually takes.With RebeloperStore you will be able to add in-app purchases to your app with ONE LINE OF CODE. Here's the code you need to add to buy an auto-renewable subscription with RebeloperStore:RebeloperStore.shared.purchaseRenewable(.autoRenewableSubscription1)And here's how you can check if an auto-renewable subscription has expired or not:RebeloperStore.shared.verifyNonRenewablePurchase(.nonRenewableSubscription1) { (result, resultString) in if result { // Content Unlocked } }It's just too easy!RebeloperStore supports all In-app purchase types:consumablesnon-consumablesauto-renewable subscriptionsnon-renewable subscriptionsAll of them have the same one-line approach!And the best part is that it is written in Swift 4.2! You can rest assured that it will compile with the latest version of Swift.But the fun doesn't stop there. As a BONUS I have included a Virtual Currency System right into RebeloperStore so you may handle coins, gems, coin-packs, swords, bombs and helmets with ease! Here's how to buy 50 gems (secondary Virtual Currency) with 70 coins (primary Virtual Currency):RebeloperStore.shared.purchaseVirtualCurrency(50, ofVirtualCurrencyType:.secondaryVirtualCurrency, forPayableVirtualCurrencyAmount: 70, ofPayableVirtualCurrencyType:.primaryVirtualCurrency)You may add as many Virtual Currencies as you like!How awesome is that! And the features don't end here. RebeloperStore is truly all you need to add any kind of In-app Purchase into your app. RebeloperStore is the ultimate In-app Purchase helper.Besides all these cool features, the reason why I truly love RebeloperStore is the reason I've started this description: auto-renewable subscriptions. In our opinion here at Rebeloper Subscription-based Pricing has been the Announcement of the Year! But before we dive into the details let's talk about the current status of the App Industry. Free to Play rules everything. While this is a good way of earning money from apps it had some serious side effects on the developer community. The problem with Free to Play is that it cannot work for all kind of apps. It really works mainly on games and it mainly works only when implemented on a complicated and huge scale.Free to Play was eating up the Middle Class of the developer community. It seemed that nothing will save us and we'll be pushed out by the giants of the elite 1%. But the going for the subscription business model may give us a second chance. I personally have been waiting for this day for years. Why? Because the Subscription Based Business Model is the Holy Grail of Cash Flow.The only one problem with subscriptions was that people didn't necessarily wanted to subscribe to services or apps. Now that Apple is taking this model to the masses by introducing it on the App Store, we will see a massive adoption rate among users. It will no longer be weird to subscribe and pay each and every month. This time it will be something normal.Be the first who changes his business model to adopt the Subscription Pricing and profit from being an early adopter.Take a look at the free preview lectures below, and I will see you inside the course!Change Log4.0.0 - (15.10.2018)Completely rewritten for Swift 4.2, iOS 12, Xcode 10Removed SwiftyStoreKit, KeychainAccessAdded MerchantKit, KeychainSwiftCreated a completely new example project3.0.0 - (09.12.2017)Added objective-c version2.0.0 - (11.11.2017)Updated to iOS 11 (SwiftyStoreKit v.0.11.0)1.0.4 - (18.02.2017)Updated Documentation1.0.3 - (07.01.2017)Fixed "Restore Purchases" (RebeloperStore.shared.restorePurchases()) not storing retrieved purchases data into Keychain (files changed: RebeloperStore.swift - lines added: 949-951)1.0.2 - (22.11.2016)Added Documentation.pdf with link to the video documentation1.0.1 - (31.10.2016)Added "Cancel Auto-renewable Subscriptions" button (files changed: Main.storyboard; RebeloperStore.swift; RenewableShopViewController.swift)1.0.0 - (26.09.2016)Initial Release