由 蘋果仁 · 十一月 5, 2017
現在有越來越多的 App 採用「訂閱制」,也就是在一開始下載時免費,但之後會開始以固定時間扣款以訂閱這個 App 的服務。有些時候訂閱制是很方便的,像是 Spotify、KKBOX 就是採用這種方式,但有些 App 則相當惡質,在使用者不清楚的情況下不小心訂閱,並再之後固定收費,經常讓使用者看到帳單時才驚覺。

這邊就教大家該如何檢視自己的「訂閱 App」,以及如何取消訂閱。
訂閱類型的 App 長怎樣
這邊以一個評價相當低的桌布 App 作為範例,在 App 的介面中,表示可以先免費試用,並可以隨時取消訂閱(這是實話),但你必須要先訂閱這個 App 才能開始使用,一但用了之後又不喜歡,如果沒有取消訂閱,就會以每七天扣款 250 元的高價向你收費,而且使用者渾然不覺。

App 的介面如上圖,必須先訂閱才能使用,很多使用者到這個步驟不曉得發生什麼事情,就直接用 Touch ID 或 Face ID 開始訂閱,這樣一來你的扣款就會開始了。(有些 App 有設定試用期,要等試用時間結束才會開始扣款)
但訂閱後不喜歡的還要手動取消訂閱才行。以下就教大家如何取消不想被扣款的訂閱制 App。
如何取消固定扣款的訂閱 App?
到「設定」>「iTunes 與 App Store」,並點選上方的 Apple ID,點「檢視 Apple ID」:


進入帳號設定後,點「訂閱項目」,就可以看到所有採取訂閱式固定扣款的 APP,可以看到有些 App 會顯示試用時間(如下圖 Manly Pro 的「3天」),要等到試用期結束才會開始扣款,所以如果不小心訂閱的話,在試用期結束之前取消都不會被收費。


點進去後,如果 App 好用的話,可以改採其他扣款方式,通常是一次訂閱久折扣越多。但如果不喜歡這個 App,直接點「取消試用」或「取消訂閱」,並按下「確認」即可。


很多 App 非常好用,用訂閱制的方式很方便,像是我自己使用的 Todoist 就是如此,但有些 App 則是惡意地讓使用者訂閱,賭大家沒有發現,這樣一來就可以收取高額的訂閱費(從 App Store 的評價中也可以得知,受害者不少),如果不小心訂閱了也沒關係,趕緊在試用期之前取消即可!
', enableHover: false, enableTracking: true, buttons: { twitter: {via: ''}}, click: function(api, options){ api.simulateClick(); api.openPopup('twitter'); } }); $('#facebook').sharrre({ share: { facebook: true }, template: '
{total}', enableHover: false, enableTracking: true, buttons:{layout: 'box_count'}, click: function(api, options){ api.simulateClick(); api.openPopup('facebook'); } }); $('#googleplus').sharrre({ share: { googlePlus: true }, template: '
{total}', enableHover: false, enableTracking: true, buttons:{size: 'tall'}, urlCurl: 'http://ift.tt/2fYUMTU', click: function(api, options){ api.simulateClick(); api.openPopup('googlePlus'); } }); // Scrollable sharrre bar, contributed by Erik Frye. Awesome! var $_shareContainer = $(".sharrre-container"), $_header = $('#header'), $_postEntry = $('.entry'), $window = $(window), startSharePosition = $_shareContainer.offset(),//object contentBottom = $_postEntry.offset().top + $_postEntry.outerHeight(), topOfTemplate = $_header.offset().top, topSpacing = _setTopSpacing(); //triggered on scroll shareScroll = function(){ var scrollTop = $window.scrollTop() + topOfTemplate, stopLocation = contentBottom - ($_shareContainer.outerHeight() + topSpacing); $_shareContainer.css({position : 'fixed'}); if( scrollTop > stopLocation ){ $_shareContainer.css( { position:'relative' } ); $_shareContainer.offset( { top: contentBottom - $_shareContainer.outerHeight(), left: startSharePosition.left, } ); } else if (scrollTop >= $_postEntry.offset().top - topSpacing){ $_shareContainer.css( { position:'fixed',top: '100px' } ); $_shareContainer.offset( { //top: scrollTop + topSpacing, left: startSharePosition.left, } ); } else if (scrollTop 1024 ) { topSpacing = distanceFromTop + $('.nav-wrap').outerHeight(); } else { topSpacing = distanceFromTop; } return topSpacing; } //setup event listeners $window.scroll( _.throttle( function() { if ( $window.width() > 719 ) { shareScroll(); } else { $_shareContainer.css({ top:'', left:'', position:'' }) } }, 50 ) ); $window.resize( _.debounce( function() { if ( $window.width() > 719 ) { shareMove(); } else { $_shareContainer.css({ top:'', left:'', position:'' }) } }, 50 ) ); });
from 蘋果仁 – 你的科技媒體 http://ift.tt/2yx7vJ1
沒有留言:
張貼留言