教程-The Ultimate In-app Purchases Guide for iOS12 and Swift 4.2 MP4|Video:h264,1280x720|Audio:AAC,48KHz,2Ch Genre:eLearning|Language:English+.VTT|Duration:3hours|  Auto-renewableSubscriptions,Non-renewableSubscriptions,Consumables,Non-consumables&VirtualCurrenciesDemystified Whatyou'lllearn integrateanytypeofIn-appPurchase(includingAuto-renewablesubscriptions)intoaniOSapp setupanytypeofIn-appPurchaseiniTunesConnect createasophisticatedVirtualCurrencySystemthatyoucanfindingamessuchasCandyCrushSagaorClashofClans Requirements YouneedtohaveaMac YouneedtobeenrolledintheAppleDeveloperProgram MinimumtononeSwiftknowledgeisrequired Description Update4.0.0:NOWWORKSinObjective-Cprojectstoo! UpdatedtoiOS12andSwift4.2! ApplesSubscription-basedPricingisaGame-changer!AndYOUcanbenefitfromit. Subscription-basedPricingisaHUGEdeal!Tillrecentlyitwaslimitedtoonlyafewcategories,butyetagainApplewillshaketheAppIndustrybyallowinganyappstousethesubscriptionbusinessmodel.Youshoulduseitimmediately! Okay,butimplementingIn-appPurchasescanbeahugepain.AndnowthatSwift4.2isouttherearenorealtutorials,wrappersorsolutionsoutthere.ThisiswhyIhavecreatedRebeloperStore,apowerfulIn-appPurchasesHelperthatwillhelpyouaddanykindofIAPwithjustafractionofthetimeandeffortitusuallytakes. WithRebeloperStoreyouwillbeabletoaddin-apppurchasestoyourappwithONELINEOFCODE.Here'sthecodeyouneedtoaddtobuyanauto-renewablesubscriptionwithRebeloperStore: RebeloperStore.shared.purchaseRenewable(.autoRenewableSubscription1) Andhere'showyoucancheckifanauto-renewablesubscriptionhasexpiredornot: RebeloperStore.shared.verifyNonRenewablePurchase(.nonRenewableSubscription1){(result,resultString)inifresult{//ContentUnlocked}} It'sjusttooeasy! RebeloperStoresupportsallIn-apppurchasetypes: consumables non-consumables auto-renewablesubscriptions non-renewablesubscriptions Allofthemhavethesameone-lineapproach! AndthebestpartisthatitiswritteninSwift4.2!YoucanrestassuredthatitwillcompilewiththelatestversionofSwift. Butthefundoesn'tstopthere.AsaBONUSIhaveincludedaVirtualCurrencySystemrightintoRebeloperStoresoyoumayhandlecoins,gems,coin-packs,swords,bombsandhelmetswithease!Here'showtobuy50gems(secondaryVirtualCurrency)with70coins(primaryVirtualCurrency): RebeloperStore.shared.purchaseVirtualCurrency(50,ofVirtualCurrencyType:.secondaryVirtualCurrency,forPayableVirtualCurrencyAmount:70,ofPayableVirtualCurrencyType:.primaryVirtualCurrency) YoumayaddasmanyVirtualCurrenciesasyoulike! Howawesomeisthat!Andthefeaturesdon'tendhere.RebeloperStoreistrulyallyouneedtoaddanykindofIn-appPurchaseintoyourapp.RebeloperStoreistheultimateIn-appPurchasehelper. Besidesallthesecoolfeatures,thereasonwhyItrulyloveRebeloperStoreisthereasonI'vestartedthisdescription:auto-renewablesubscriptions. InouropinionhereatRebeloperSubscription-basedPricinghasbeentheAnnouncementoftheYear!Butbeforewediveintothedetailslet’stalkaboutthecurrentstatusoftheAppIndustry.FreetoPlayruleseverything.Whilethisisagoodwayofearningmoneyfromappsithadsomeserioussideeffectsonthedevelopercommunity.TheproblemwithFreetoPlayisthatitcannotworkforallkindofapps.Itreallyworksmainlyongamesanditmainlyworksonlywhenimplementedonacomplicatedandhugescale. FreetoPlaywaseatinguptheMiddleClassofthedevelopercommunity.Itseemedthatnothingwillsaveusandwe’llbepushedoutbythegiantsoftheelite1%.Butthegoingforthesubscriptionbusinessmodelmaygiveusasecondchance.Ipersonallyhavebeenwaitingforthisdayforyears.Why?BecausetheSubscriptionBasedBusinessModelistheHolyGrailofCashFlow. Theonlyoneproblemwithsubscriptionswasthatpeopledidn’tnecessarilywantedtosubscribetoservicesorapps.NowthatAppleistakingthismodeltothemassesbyintroducingitontheAppStore,wewillseeamassiveadoptionrateamongusers.Itwillnolongerbeweirdtosubscribeandpayeachandeverymonth.Thistimeitwillbesomethingnormal. BethefirstwhochangeshisbusinessmodeltoadopttheSubscriptionPricingandprofitfrombeinganearlyadopter. Takealookatthefreepreviewlecturesbelow,andIwillseeyouinsidethecourse! Whothiscourseisfor: Thiscourseismeantforstudentswhowantaneasydrop-insystemtomanagecreateandmanagetheirin-apppurchasesandvirtualcurrencies ThiscourseisnotmeantforstudentswhowouldliketolearthemoredeeperleverAPIofIn-appPurchases Thiscourseismeantforstudentswholikeone-line-of-codeimplementations;thistimeitisforIn-appPurchases